#D806A2

Color #D806A2 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #D806A2

Tints of Hollywood Cerise #D806A2

Color information

#D806A2 (or 0xD806A2) is unknown color: approx Hollywood Cerise. HEX triplet: D8, 06 and A2. RGB value is (216,6,162). Sum of RGB (Red+Green+Blue) = 216+6+162=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D806A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D806A2 is #27F95D. Grayscale: #565656. Windows color (decimal): -2619742 or 10618584. OLE color: 10618584.

HSL color Cylindrical-coordinate representation of color #D806A2: hue angle of 315.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D806A2 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB2166162-
CMYK00.970.250.15
HSL315.43º94.59%43.53%-
HSV(B)315.43º97.22%84.71%-
XYZ34.9117.3435.69-
YUV86.57170.57220.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.25%
GREEN value IS 6 (2.73% from 255) = 1.56%
BLUE value IS 162 (63.67% from 255) = 42.19%
R=56.25%
G=1.56%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216616200.970.250.15315.4394.5943.53
HexD86A206119F13b5f2c
Octal33062420141311747313754
Binary1101100011010100010011000011100111111001110111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D806A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D806A2; }

 p { color: rgb(216,6,162); }

 H1.HeaderClassName
 {
   color: #D806A2;
 }
 .AnyTagClassName
 {
   color: #D806A2;
 }
</style>
background-color css

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

 a { background-color: rgb(216,6,162); }

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

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

 span { border-color: rgb(216,6,162); }

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