Html Css Color HEX #D810AA Hollywood Cerise

📋 copy color: '#D810AA'

red 216 ◦ green 16 ◦ blue 170

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

Shades of Hollywood Cerise #D810AA

Tints of Hollywood Cerise #D810AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 53.73%
G = 3.98%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D810AA (or 0xD810AA) is known color: Hollywood Cerise. HEX triplet: D8, 10 and AA. RGB value is (216,16,170). Sum of RGB (Red+Green+Blue) = 216+16+170=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D810AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D810AA is #27EF55. Grayscale: #5C5C5C. Windows color (decimal): -2617174 or 11145432. OLE color: 11145432.

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

Color convert

RGB 216 16 170 -
CMYK 0 0.93 0.21 0.15
HSL 313.8º 0.86% 0.45% -
HSV(B) 313.8º 0.93% 0.85% -
XYZ 35.76 17.87 39.6 -
YUV 93.36 171.26 215.48 -
System Red Green Blue C M Y K H S L
Decimal 216 16 170 0 0.93 0.21 0.15 313.8 0.86 0.45
Hex D8 10 AA 0 5D 15 F 13A 56 2D
Octal 330 20 252 0 135 25 17 472 126 55
Binary 11011000 10000 10101010 0 1011101 10101 1111 100111010 1010110 101101

Color Harmonies of #D810AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D810AA

Black with #D810AA

Text Example


Text Example

White with #D810AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D810AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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