Html Css Color HEX #D9029A Hollywood Cerise

📋 copy color: '#D9029A'

red 217 ◦ green 2 ◦ blue 154

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

Shades of Hollywood Cerise #D9029A

Tints of Hollywood Cerise #D9029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 58.18%
G = 0.54%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9029A (or 0xD9029A) is known color: Hollywood Cerise. HEX triplet: D9, 02 and 9A. RGB value is (217,2,154). Sum of RGB (Red+Green+Blue) = 217+2+154=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D9029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9029A is #26FD65. Grayscale: #535353. Windows color (decimal): -2555238 or 10093273. OLE color: 10093273.

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

Color convert

RGB 217 2 154 -
CMYK 0 0.99 0.29 0.15
HSL 317.58º 0.98% 0.43% -
HSV(B) 317.58º 0.99% 0.85% -
XYZ 34.47 17.13 32.06 -
YUV 83.61 167.73 223.14 -
System Red Green Blue C M Y K H S L
Decimal 217 2 154 0 0.99 0.29 0.15 317.58 0.98 0.43
Hex D9 2 9A 0 63 1D F 13E 62 2B
Octal 331 2 232 0 143 35 17 476 142 53
Binary 11011001 10 10011010 0 1100011 11101 1111 100111110 1100010 101011

Color Harmonies of #D9029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9029A

Black with #D9029A

Text Example


Text Example

White with #D9029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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