Html Css Color HEX #D4029F Hollywood Cerise

📋 copy color: '#D4029F'

red 212 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #D4029F

Tints of Hollywood Cerise #D4029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 56.84%
G = 0.54%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4029F (or 0xD4029F) is known color: Hollywood Cerise. HEX triplet: D4, 02 and 9F. RGB value is (212,2,159). Sum of RGB (Red+Green+Blue) = 212+2+159=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4029F is #2BFD60. Grayscale: #525252. Windows color (decimal): -2882913 or 10420948. OLE color: 10420948.

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

Color convert

RGB 212 2 159 -
CMYK 0 0.99 0.25 0.17
HSL 315.14º 0.98% 0.42% -
HSV(B) 315.14º 0.99% 0.83% -
XYZ 33.43 16.54 34.23 -
YUV 82.69 171.07 220.23 -
System Red Green Blue C M Y K H S L
Decimal 212 2 159 0 0.99 0.25 0.17 315.14 0.98 0.42
Hex D4 2 9F 0 63 19 11 13B 62 2A
Octal 324 2 237 0 143 31 21 473 142 52
Binary 11010100 10 10011111 0 1100011 11001 10001 100111011 1100010 101010

Color Harmonies of #D4029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4029F

Black with #D4029F

Text Example


Text Example

White with #D4029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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