Html Css Color HEX #D810A9 Hollywood Cerise

📋 copy color: '#D810A9'

red 216 ◦ green 16 ◦ blue 169

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

Shades of Hollywood Cerise #D810A9

Tints of Hollywood Cerise #D810A9

RGB

 RED value IS 216 (84.77% from 255) = 53.87%

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

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

R = 53.87%
G = 3.99%
B = 42.14%

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

#D810A9 (or 0xD810A9) is known color: Hollywood Cerise. HEX triplet: D8, 10 and A9. RGB value is (216,16,169). Sum of RGB (Red+Green+Blue) = 216+16+169=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D810A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D810A9 is #27EF56. Grayscale: #5C5C5C. Windows color (decimal): -2617175 or 11079896. OLE color: 11079896.

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

Color convert

RGB 216 16 169 -
CMYK 0 0.93 0.22 0.15
HSL 314.1º 0.86% 0.45% -
HSV(B) 314.1º 0.93% 0.85% -
XYZ 35.67 17.83 39.1 -
YUV 93.24 170.76 215.56 -
System Red Green Blue C M Y K H S L
Decimal 216 16 169 0 0.93 0.22 0.15 314.1 0.86 0.45
Hex D8 10 A9 0 5D 16 F 13A 56 2D
Octal 330 20 251 0 135 26 17 472 126 55
Binary 11011000 10000 10101001 0 1011101 10110 1111 100111010 1010110 101101

Color Harmonies of #D810A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D810A9

Black with #D810A9

Text Example


Text Example

White with #D810A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D810A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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