Html Css Color HEX #D9029F Hollywood Cerise

📋 copy color: '#D9029F'

red 217 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #D9029F

Tints of Hollywood Cerise #D9029F

RGB

 RED value IS 217 (85.16% from 255) = 57.41%

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

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

R = 57.41%
G = 0.53%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9029F (or 0xD9029F) is known color: Hollywood Cerise. HEX triplet: D9, 02 and 9F. RGB value is (217,2,159). Sum of RGB (Red+Green+Blue) = 217+2+159=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9029F is #26FD60. Grayscale: #535353. Windows color (decimal): -2555233 or 10420953. OLE color: 10420953.

HSL color Cylindrical-coordinate representation of color #D9029F: hue angle of 316.19º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9029F is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 2 159 -
CMYK 0 0.99 0.27 0.15
HSL 316.19º 0.98% 0.43% -
HSV(B) 316.19º 0.99% 0.85% -
XYZ 34.89 17.3 34.3 -
YUV 84.18 170.23 222.73 -
System Red Green Blue C M Y K H S L
Decimal 217 2 159 0 0.99 0.27 0.15 316.19 0.98 0.43
Hex D9 2 9F 0 63 1B F 13C 62 2B
Octal 331 2 237 0 143 33 17 474 142 53
Binary 11011001 10 10011111 0 1100011 11011 1111 100111100 1100010 101011

Color Harmonies of #D9029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9029F

Black with #D9029F

Text Example


Text Example

White with #D9029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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