Html Css Color HEX #D8408E Deep Cerise

📋 copy color: '#D8408E'

red 216 ◦ green 64 ◦ blue 142

#D8408E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D8408E

Tints of Deep Cerise #D8408E

RGB

 RED value IS 216 (84.77% from 255) = 51.18%

 GREEN value IS 64 (25.39% from 255) = 15.17%

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 51.18%
G = 15.17%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8408E (or 0xD8408E) is known color: Deep Cerise. HEX triplet: D8, 40 and 8E. RGB value is (216,64,142). Sum of RGB (Red+Green+Blue) = 216+64+142=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8408E is #27BF71. Grayscale: #767676. Windows color (decimal): -2604914 or 9322712. OLE color: 9322712.

HSL color Cylindrical-coordinate representation of color #D8408E: hue angle of 329.21º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8408E is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 142 -
CMYK 0 0.70 0.34 0.15
HSL 329.21º 0.66% 0.55% -
HSV(B) 329.21º 0.7% 0.85% -
XYZ 35.03 20.22 27.65 -
YUV 118.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 216 64 142 0 0.70 0.34 0.15 329.21 0.66 0.55
Hex D8 40 8E 0 46 22 F 149 42 37
Octal 330 100 216 0 106 42 17 511 102 67
Binary 11011000 1000000 10001110 0 1000110 100010 1111 101001001 1000010 110111

Color Harmonies of #D8408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8408E

Black with #D8408E

Text Example


Text Example

White with #D8408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8408E; }

 p { color: rgb(216,64,142); }

 H1.HeaderClassName
 {
   color: #D8408E;
 }
 .AnyTagClassName
 {
   color: #D8408E;
 }
</style>

background-color css

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

 a { background-color: rgb(216,64,142); }

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

border-color css

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

 span { border-color: rgb(216,64,142); }

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