Html Css Color HEX #D40DA8 Hollywood Cerise

📋 copy color: '#D40DA8'

red 212 ◦ green 13 ◦ blue 168

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

Shades of Hollywood Cerise #D40DA8

Tints of Hollywood Cerise #D40DA8

RGB

 RED value IS 212 (83.2% from 255) = 53.94%

 GREEN value IS 13 (5.47% from 255) = 3.31%

 BLUE value IS 168 (66.02% from 255) = 42.75%

R = 53.94%
G = 3.31%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D40DA8 (or 0xD40DA8) is known color: Hollywood Cerise. HEX triplet: D4, 0D and A8. RGB value is (212,13,168). Sum of RGB (Red+Green+Blue) = 212+13+168=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40DA8 is #2BF257. Grayscale: #595959. Windows color (decimal): -2880088 or 11013588. OLE color: 11013588.

HSL color Cylindrical-coordinate representation of color #D40DA8: hue angle of 313.27º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40DA8 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 13 168 -
CMYK 0 0.94 0.21 0.17
HSL 313.27º 0.88% 0.44% -
HSV(B) 313.27º 0.94% 0.83% -
XYZ 34.36 17.11 38.54 -
YUV 90.17 171.93 214.9 -
System Red Green Blue C M Y K H S L
Decimal 212 13 168 0 0.94 0.21 0.17 313.27 0.88 0.44
Hex D4 D A8 0 5E 15 11 139 58 2C
Octal 324 15 250 0 136 25 21 471 130 54
Binary 11010100 1101 10101000 0 1011110 10101 10001 100111001 1011000 101100

Color Harmonies of #D40DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40DA8

Black with #D40DA8

Text Example


Text Example

White with #D40DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40DA8; }

 p { color: rgb(212,13,168); }

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

background-color css

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

 a { background-color: rgb(212,13,168); }

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

border-color css

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

 span { border-color: rgb(212,13,168); }

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