Html Css Color HEX #D919A9 Hollywood Cerise

📋 copy color: '#D919A9'

red 217 ◦ green 25 ◦ blue 169

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

Shades of Hollywood Cerise #D919A9

Tints of Hollywood Cerise #D919A9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.08%

 BLUE value IS 169 (66.41% from 255) = 41.12%

R = 52.8%
G = 6.08%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D919A9 (or 0xD919A9) is known color: Hollywood Cerise. HEX triplet: D9, 19 and A9. RGB value is (217,25,169). Sum of RGB (Red+Green+Blue) = 217+25+169=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D919A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D919A9 is #26E656. Grayscale: #626262. Windows color (decimal): -2549335 or 11082201. OLE color: 11082201.

HSL color Cylindrical-coordinate representation of color #D919A9: hue angle of 315º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D919A9 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 169 -
CMYK 0 0.88 0.22 0.15
HSL 315º 0.79% 0.47% -
HSV(B) 315º 0.88% 0.85% -
XYZ 36.12 18.31 39.17 -
YUV 98.82 167.61 212.29 -
System Red Green Blue C M Y K H S L
Decimal 217 25 169 0 0.88 0.22 0.15 315 0.79 0.47
Hex D9 19 A9 0 58 16 F 13B 4F 2F
Octal 331 31 251 0 130 26 17 473 117 57
Binary 11011001 11001 10101001 0 1011000 10110 1111 100111011 1001111 101111

Color Harmonies of #D919A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919A9

Black with #D919A9

Text Example


Text Example

White with #D919A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919A9; }

 p { color: rgb(217,25,169); }

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

background-color css

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

 a { background-color: rgb(217,25,169); }

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

border-color css

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

 span { border-color: rgb(217,25,169); }

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