#D806A5

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

Shades of Hollywood Cerise #D806A5

Tints of Hollywood Cerise #D806A5

Color information

#D806A5 (or 0xD806A5) is unknown color: approx Hollywood Cerise. HEX triplet: D8, 06 and A5. RGB value is (216,6,165). Sum of RGB (Red+Green+Blue) = 216+6+165=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D806A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D806A5 is #27F95A. Grayscale: #565656. Windows color (decimal): -2619739 or 10815192. OLE color: 10815192.

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

Color convert

RGB2166165-
CMYK00.970.240.15
HSL314.57º94.59%43.53%-
HSV(B)314.57º97.22%84.71%-
XYZ35.1817.4537.11-
YUV86.92172.07220.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.81%
GREEN value IS 6 (2.73% from 255) = 1.55%
BLUE value IS 165 (64.84% from 255) = 42.64%
R=55.81%
G=1.55%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216616500.970.240.15314.5794.5943.53
HexD86A506118F13b5f2c
Octal33062450141301747313754
Binary1101100011010100101011000011100011111001110111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D806A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D806A5; }

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

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

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

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

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

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

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

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