#D609AC

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

Shades of Hollywood Cerise #D609AC

Tints of Hollywood Cerise #D609AC

Color information

#D609AC (or 0xD609AC) is unknown color: approx Hollywood Cerise. HEX triplet: D6, 09 and AC. RGB value is (214,9,172). Sum of RGB (Red+Green+Blue) = 214+9+172=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D609AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D609AC is #29F653. Grayscale: #585858. Windows color (decimal): -2750036 or 11274710. OLE color: 11274710.

HSL color Cylindrical-coordinate representation of color #D609AC: hue angle of 312.29º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D609AC is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB2149172-
CMYK00.960.200.16
HSL312.29º91.93%43.73%-
HSV(B)312.29º95.79%83.92%-
XYZ35.2817.4740.54-
YUV88.88174.92217.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.18%
GREEN value IS 9 (3.91% from 255) = 2.28%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=54.18%
G=2.28%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214917200.960.200.16312.2991.9343.73
HexD69AC06014101385c2c
Octal326112540140242047013454
Binary110101101001101011000110000010100100001001110001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D609AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D609AC; }

 p { color: rgb(214,9,172); }

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

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

 a { background-color: rgb(214,9,172); }

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

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

 span { border-color: rgb(214,9,172); }

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