Shades of Hollywood Cerise #D609A2
Tints of Hollywood Cerise #D609A2
RGB
CMYK
RGB Variations
Color information
#D609A2 (or 0xD609A2) is known color: Hollywood Cerise. HEX triplet: D6, 09 and A2. RGB value is (214,9,162). Sum of RGB (Red+Green+Blue) = 214+9+162=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D609A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D609A2 is #29F65D. Grayscale: #575757. Windows color (decimal): -2750046 or 10619350. OLE color: 10619350.
HSL color Cylindrical-coordinate representation of color #D609A2: hue angle of 315.22º 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 #D609A2 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 162 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.16 |
| HSL | 315.22º | 0.92% | 0.44% | - |
| HSV(B) | 315.22º | 0.96% | 0.84% | - |
| XYZ | 34.35 | 17.1 | 35.67 | - |
| YUV | 87.74 | 169.92 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 162 | 0 | 0.96 | 0.24 | 0.16 | 315.22 | 0.92 | 0.44 |
| Hex | D6 | 9 | A2 | 0 | 60 | 18 | 10 | 13B | 5C | 2C |
| Octal | 326 | 11 | 242 | 0 | 140 | 30 | 20 | 473 | 134 | 54 |
| Binary | 11010110 | 1001 | 10100010 | 0 | 1100000 | 11000 | 10000 | 100111011 | 1011100 | 101100 |
Color Harmonies of #D609A2
Complementary color
Monochromatic Colors of #D609A2
Black with #D609A2
Text Example
Text Example
White with #D609A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609A2; }
p { color: rgb(214,9,162); }
H1.HeaderClassName
{
color: #D609A2;
}
.AnyTagClassName
{
color: #D609A2;
}
</style>
background-color css
<style>
a { background-color: #D609A2; }
a { background-color: rgb(214,9,162); }
div.DivClassName
{
background-color: #D609A2;
}
.BgClassName
{
background-color: #D609A2;
}
</style>
border-color css
<style>
span { border-color: #D609A2; }
span { border-color: rgb(214,9,162); }
td.TdClassName
{
border-color: #D609A2;
}
.TagClassName
{
border-color: #D609A2;
}
</style>