Shades of Hollywood Cerise #D600AC
Tints of Hollywood Cerise #D600AC
RGB
CMYK
RGB Variations
Color information
#D600AC (or 0xD600AC) is known color: Hollywood Cerise. HEX triplet: D6, 00 and AC. RGB value is (214,0,172). Sum of RGB (Red+Green+Blue) = 214+0+172=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D600AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D600AC is #29FF53. Grayscale: #535353. Windows color (decimal): -2752340 or 11272406. OLE color: 11272406.
HSL color Cylindrical-coordinate representation of color #D600AC: hue angle of 311.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D600AC is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.20 | 0.16 |
| HSL | 311.78º | 1% | 0.42% | - |
| HSV(B) | 311.78º | 1% | 0.84% | - |
| XYZ | 35.18 | 17.27 | 40.51 | - |
| YUV | 83.59 | 177.9 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 172 | 0 | 1 | 0.20 | 0.16 | 311.78 | 1 | 0.42 |
| Hex | D6 | 0 | AC | 0 | 64 | 14 | 10 | 138 | 64 | 2A |
| Octal | 326 | 0 | 254 | 0 | 144 | 24 | 20 | 470 | 144 | 52 |
| Binary | 11010110 | 0 | 10101100 | 0 | 1100100 | 10100 | 10000 | 100111000 | 1100100 | 101010 |
Color Harmonies of #D600AC
Complementary color
Monochromatic Colors of #D600AC
Black with #D600AC
Text Example
Text Example
White with #D600AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D600AC; }
p { color: rgb(214,0,172); }
H1.HeaderClassName
{
color: #D600AC;
}
.AnyTagClassName
{
color: #D600AC;
}
</style>
background-color css
<style>
a { background-color: #D600AC; }
a { background-color: rgb(214,0,172); }
div.DivClassName
{
background-color: #D600AC;
}
.BgClassName
{
background-color: #D600AC;
}
</style>
border-color css
<style>
span { border-color: #D600AC; }
span { border-color: rgb(214,0,172); }
td.TdClassName
{
border-color: #D600AC;
}
.TagClassName
{
border-color: #D600AC;
}
</style>