Html Css Color HEX #D816AA Hollywood Cerise

📋 copy color: '#D816AA'

red 216 ◦ green 22 ◦ blue 170

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

Shades of Hollywood Cerise #D816AA

Tints of Hollywood Cerise #D816AA

RGB

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

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

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

R = 52.94%
G = 5.39%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D816AA (or 0xD816AA) is known color: Hollywood Cerise. HEX triplet: D8, 16 and AA. RGB value is (216,22,170). Sum of RGB (Red+Green+Blue) = 216+22+170=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D816AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D816AA is #27E955. Grayscale: #606060. Windows color (decimal): -2615638 or 11146968. OLE color: 11146968.

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

Color convert

RGB 216 22 170 -
CMYK 0 0.90 0.21 0.15
HSL 314.23º 0.82% 0.47% -
HSV(B) 314.23º 0.9% 0.85% -
XYZ 35.86 18.08 39.63 -
YUV 96.88 169.27 212.97 -
System Red Green Blue C M Y K H S L
Decimal 216 22 170 0 0.90 0.21 0.15 314.23 0.82 0.47
Hex D8 16 AA 0 5A 15 F 13A 52 2F
Octal 330 26 252 0 132 25 17 472 122 57
Binary 11011000 10110 10101010 0 1011010 10101 1111 100111010 1010010 101111

Color Harmonies of #D816AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816AA

Black with #D816AA

Text Example


Text Example

White with #D816AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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