#D805AF

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

Shades of Hollywood Cerise #D805AF

Tints of Hollywood Cerise #D805AF

Color information

#D805AF (or 0xD805AF) is unknown color: approx Hollywood Cerise. HEX triplet: D8, 05 and AF. RGB value is (216,5,175). Sum of RGB (Red+Green+Blue) = 216+5+175=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D805AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D805AF is #27FA50. Grayscale: #575757. Windows color (decimal): -2619985 or 11470296. OLE color: 11470296.

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

Color convert

RGB2165175-
CMYK00.980.190.15
HSL311.66º95.48%43.33%-
HSV(B)311.66º97.69%84.71%-
XYZ36.1117.842.09-
YUV87.47177.4219.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.55%
GREEN value IS 5 (2.34% from 255) = 1.26%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=54.55%
G=1.26%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216517500.980.190.15311.6695.4843.33
HexD85AF06213F1385f2b
Octal33052570142231747013753
Binary1101100010110101111011000101001111111001110001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D805AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D805AF; }

 p { color: rgb(216,5,175); }

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

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

 a { background-color: rgb(216,5,175); }

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

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

 span { border-color: rgb(216,5,175); }

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