Shades of Hollywood Cerise #D602AC
Tints of Hollywood Cerise #D602AC
RGB
CMYK
RGB Variations
Color information
#D602AC (or 0xD602AC) is known color: Hollywood Cerise. HEX triplet: D6, 02 and AC. RGB value is (214,2,172). Sum of RGB (Red+Green+Blue) = 214+2+172=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D602AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D602AC is #29FD53. Grayscale: #545454. Windows color (decimal): -2751828 or 11272918. OLE color: 11272918.
HSL color Cylindrical-coordinate representation of color #D602AC: hue angle of 311.89º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602AC is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.16 |
| HSL | 311.89º | 0.98% | 0.42% | - |
| HSV(B) | 311.89º | 0.99% | 0.84% | - |
| XYZ | 35.2 | 17.32 | 40.52 | - |
| YUV | 84.77 | 177.24 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 172 | 0 | 0.99 | 0.20 | 0.16 | 311.89 | 0.98 | 0.42 |
| Hex | D6 | 2 | AC | 0 | 63 | 14 | 10 | 138 | 62 | 2A |
| Octal | 326 | 2 | 254 | 0 | 143 | 24 | 20 | 470 | 142 | 52 |
| Binary | 11010110 | 10 | 10101100 | 0 | 1100011 | 10100 | 10000 | 100111000 | 1100010 | 101010 |
Color Harmonies of #D602AC
Complementary color
Monochromatic Colors of #D602AC
Black with #D602AC
Text Example
Text Example
White with #D602AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602AC; }
p { color: rgb(214,2,172); }
H1.HeaderClassName
{
color: #D602AC;
}
.AnyTagClassName
{
color: #D602AC;
}
</style>
background-color css
<style>
a { background-color: #D602AC; }
a { background-color: rgb(214,2,172); }
div.DivClassName
{
background-color: #D602AC;
}
.BgClassName
{
background-color: #D602AC;
}
</style>
border-color css
<style>
span { border-color: #D602AC; }
span { border-color: rgb(214,2,172); }
td.TdClassName
{
border-color: #D602AC;
}
.TagClassName
{
border-color: #D602AC;
}
</style>