Html Css Color HEX #D4009C Hollywood Cerise

📋 copy color: '#D4009C'

red 212 ◦ green 0 ◦ blue 156

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

Shades of Hollywood Cerise #D4009C

Tints of Hollywood Cerise #D4009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 42.39%

R = 57.61%
G = 0%
B = 42.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4009C (or 0xD4009C) is known color: Hollywood Cerise. HEX triplet: D4, 00 and 9C. RGB value is (212,0,156). Sum of RGB (Red+Green+Blue) = 212+0+156=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D4009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4009C is #2BFF63. Grayscale: #505050. Windows color (decimal): -2883428 or 10223828. OLE color: 10223828.

HSL color Cylindrical-coordinate representation of color #D4009C: hue angle of 315.85º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4009C is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 156 -
CMYK 0 1 0.26 0.17
HSL 315.85º 1% 0.42% -
HSV(B) 315.85º 1% 0.83% -
XYZ 33.15 16.4 32.87 -
YUV 81.17 170.24 221.32 -
System Red Green Blue C M Y K H S L
Decimal 212 0 156 0 1 0.26 0.17 315.85 1 0.42
Hex D4 0 9C 0 64 1A 11 13C 64 2A
Octal 324 0 234 0 144 32 21 474 144 52
Binary 11010100 0 10011100 0 1100100 11010 10001 100111100 1100100 101010

Color Harmonies of #D4009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4009C

Black with #D4009C

Text Example


Text Example

White with #D4009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4009C; }

 p { color: rgb(212,0,156); }

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

background-color css

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

 a { background-color: rgb(212,0,156); }

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

border-color css

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

 span { border-color: rgb(212,0,156); }

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