Html Css Color HEX #D910A9 Hollywood Cerise

📋 copy color: '#D910A9'

red 217 ◦ green 16 ◦ blue 169

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

Shades of Hollywood Cerise #D910A9

Tints of Hollywood Cerise #D910A9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.98%

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

R = 53.98%
G = 3.98%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D910A9 (or 0xD910A9) is known color: Hollywood Cerise. HEX triplet: D9, 10 and A9. RGB value is (217,16,169). Sum of RGB (Red+Green+Blue) = 217+16+169=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D910A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D910A9 is #26EF56. Grayscale: #5D5D5D. Windows color (decimal): -2551639 or 11079897. OLE color: 11079897.

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

Color convert

RGB 217 16 169 -
CMYK 0 0.93 0.22 0.15
HSL 314.33º 0.86% 0.46% -
HSV(B) 314.33º 0.93% 0.85% -
XYZ 35.96 17.99 39.11 -
YUV 93.54 170.59 216.06 -
System Red Green Blue C M Y K H S L
Decimal 217 16 169 0 0.93 0.22 0.15 314.33 0.86 0.46
Hex D9 10 A9 0 5D 16 F 13A 56 2E
Octal 331 20 251 0 135 26 17 472 126 56
Binary 11011001 10000 10101001 0 1011101 10110 1111 100111010 1010110 101110

Color Harmonies of #D910A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910A9

Black with #D910A9

Text Example


Text Example

White with #D910A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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