Html Css Color HEX #D811A9 Hollywood Cerise

📋 copy color: '#D811A9'

red 216 ◦ green 17 ◦ blue 169

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

Shades of Hollywood Cerise #D811A9

Tints of Hollywood Cerise #D811A9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.23%

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

R = 53.73%
G = 4.23%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D811A9 (or 0xD811A9) is known color: Hollywood Cerise. HEX triplet: D8, 11 and A9. RGB value is (216,17,169). Sum of RGB (Red+Green+Blue) = 216+17+169=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D811A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D811A9 is #27EE56. Grayscale: #5D5D5D. Windows color (decimal): -2616919 or 11080152. OLE color: 11080152.

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

Color convert

RGB 216 17 169 -
CMYK 0 0.92 0.22 0.15
HSL 314.17º 0.85% 0.46% -
HSV(B) 314.17º 0.92% 0.85% -
XYZ 35.68 17.86 39.1 -
YUV 93.83 170.43 215.14 -
System Red Green Blue C M Y K H S L
Decimal 216 17 169 0 0.92 0.22 0.15 314.17 0.85 0.46
Hex D8 11 A9 0 5C 16 F 13A 55 2E
Octal 330 21 251 0 134 26 17 472 125 56
Binary 11011000 10001 10101001 0 1011100 10110 1111 100111010 1010101 101110

Color Harmonies of #D811A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811A9

Black with #D811A9

Text Example


Text Example

White with #D811A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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