Html Css Color HEX #D4009F Hollywood Cerise

📋 copy color: '#D4009F'

red 212 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #D4009F

Tints of Hollywood Cerise #D4009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4009F (or 0xD4009F) is known color: Hollywood Cerise. HEX triplet: D4, 00 and 9F. RGB value is (212,0,159). Sum of RGB (Red+Green+Blue) = 212+0+159=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4009F is #2BFF60. Grayscale: #515151. Windows color (decimal): -2883425 or 10420436. OLE color: 10420436.

HSL color Cylindrical-coordinate representation of color #D4009F: hue angle of 315º 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 #D4009F is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 159 -
CMYK 0 1 0.25 0.17
HSL 315º 1% 0.42% -
HSV(B) 315º 1% 0.83% -
XYZ 33.41 16.5 34.22 -
YUV 81.51 171.74 221.07 -
System Red Green Blue C M Y K H S L
Decimal 212 0 159 0 1 0.25 0.17 315 1 0.42
Hex D4 0 9F 0 64 19 11 13B 64 2A
Octal 324 0 237 0 144 31 21 473 144 52
Binary 11010100 0 10011111 0 1100100 11001 10001 100111011 1100100 101010

Color Harmonies of #D4009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4009F

Black with #D4009F

Text Example


Text Example

White with #D4009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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