Html Css Color HEX #D816A9 Hollywood Cerise

📋 copy color: '#D816A9'

red 216 ◦ green 22 ◦ blue 169

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

Shades of Hollywood Cerise #D816A9

Tints of Hollywood Cerise #D816A9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.41%

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

R = 53.07%
G = 5.41%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D816A9 (or 0xD816A9) is known color: Hollywood Cerise. HEX triplet: D8, 16 and A9. RGB value is (216,22,169). Sum of RGB (Red+Green+Blue) = 216+22+169=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D816A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D816A9 is #27E956. Grayscale: #606060. Windows color (decimal): -2615639 or 11081432. OLE color: 11081432.

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

Color convert

RGB 216 22 169 -
CMYK 0 0.90 0.22 0.15
HSL 314.54º 0.82% 0.47% -
HSV(B) 314.54º 0.9% 0.85% -
XYZ 35.77 18.04 39.13 -
YUV 96.76 168.77 213.05 -
System Red Green Blue C M Y K H S L
Decimal 216 22 169 0 0.90 0.22 0.15 314.54 0.82 0.47
Hex D8 16 A9 0 5A 16 F 13B 52 2F
Octal 330 26 251 0 132 26 17 473 122 57
Binary 11011000 10110 10101001 0 1011010 10110 1111 100111011 1010010 101111

Color Harmonies of #D816A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816A9

Black with #D816A9

Text Example


Text Example

White with #D816A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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