#D8448D

Color #D8448D Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D8448D

Tints of Deep Cerise #D8448D

Color information

#D8448D (or 0xD8448D) is unknown color: approx Deep Cerise. HEX triplet: D8, 44 and 8D. RGB value is (216,68,141). Sum of RGB (Red+Green+Blue) = 216+68+141=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8448D is #27BB72. Grayscale: #787878. Windows color (decimal): -2603891 or 9258200. OLE color: 9258200.

HSL color Cylindrical-coordinate representation of color #D8448D: hue angle of 330.41º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8448D is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21668141-
CMYK00.690.350.15
HSL330.41º65.49%55.69%-
HSV(B)330.41º68.52%84.71%-
XYZ35.1920.6627.33-
YUV120.57139.53196.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 68 (26.95% from 255) = 16%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=50.82%
G=16%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166814100.690.350.15330.4165.4955.69
HexD8448D04523F14a4138
Octal3301042150105431751210170
Binary110110001000100100011010100010110001111111010010101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8448D; }

 p { color: rgb(216,68,141); }

 H1.HeaderClassName
 {
   color: #D8448D;
 }
 .AnyTagClassName
 {
   color: #D8448D;
 }
</style>
background-color css

<style>
 a { background-color: #D8448D; }

 a { background-color: rgb(216,68,141); }

 div.DivClassName
 {
   background-color: #D8448D;
 }
 .BgClassName
 {
   background-color: #D8448D;
 }
</style>
border-color css

<style>
 span { border-color: #D8448D; }

 span { border-color: rgb(216,68,141); }

 td.TdClassName
 {
   border-color: #D8448D;
 }
 .TagClassName
 {
   border-color: #D8448D;
 }
</style>