#D801AC

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

Shades of Hollywood Cerise #D801AC

Tints of Hollywood Cerise #D801AC

Color information

#D801AC (or 0xD801AC) is unknown color: approx Hollywood Cerise. HEX triplet: D8, 01 and AC. RGB value is (216,1,172). Sum of RGB (Red+Green+Blue) = 216+1+172=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D801AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D801AC is #27FE53. Grayscale: #545454. Windows color (decimal): -2621012 or 11272664. OLE color: 11272664.

HSL color Cylindrical-coordinate representation of color #D801AC: hue angle of 312.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801AC is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB2161172-
CMYK01.000.200.15
HSL312.28º99.08%42.55%-
HSV(B)312.28º99.54%84.71%-
XYZ35.7817.640.54-
YUV84.78177.23221.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.53%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=55.53%
G=0.26%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216117201.000.200.15312.2899.0842.55
HexD81AC06414F138632b
Octal33012540144241747014353
Binary11011000110101100011001001010011111001110001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D801AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D801AC; }

 p { color: rgb(216,1,172); }

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

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

 a { background-color: rgb(216,1,172); }

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

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

 span { border-color: rgb(216,1,172); }

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