Html Css Color HEX #D9029D Hollywood Cerise

📋 copy color: '#D9029D'

red 217 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #D9029D

Tints of Hollywood Cerise #D9029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 57.71%
G = 0.53%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9029D (or 0xD9029D) is known color: Hollywood Cerise. HEX triplet: D9, 02 and 9D. RGB value is (217,2,157). Sum of RGB (Red+Green+Blue) = 217+2+157=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9029D is #26FD62. Grayscale: #535353. Windows color (decimal): -2555235 or 10289881. OLE color: 10289881.

HSL color Cylindrical-coordinate representation of color #D9029D: hue angle of 316.74º 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 #D9029D is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 2 157 -
CMYK 0 0.99 0.28 0.15
HSL 316.74º 0.98% 0.43% -
HSV(B) 316.74º 0.99% 0.85% -
XYZ 34.72 17.23 33.39 -
YUV 83.96 169.23 222.9 -
System Red Green Blue C M Y K H S L
Decimal 217 2 157 0 0.99 0.28 0.15 316.74 0.98 0.43
Hex D9 2 9D 0 63 1C F 13D 62 2B
Octal 331 2 235 0 143 34 17 475 142 53
Binary 11011001 10 10011101 0 1100011 11100 1111 100111101 1100010 101011

Color Harmonies of #D9029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9029D

Black with #D9029D

Text Example


Text Example

White with #D9029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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