Shades of Hollywood Cerise #D607A6
Tints of Hollywood Cerise #D607A6
RGB
CMYK
RGB Variations
Color information
#D607A6 (or 0xD607A6) is known color: Hollywood Cerise. HEX triplet: D6, 07 and A6. RGB value is (214,7,166). Sum of RGB (Red+Green+Blue) = 214+7+166=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D607A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D607A6 is #29F859. Grayscale: #565656. Windows color (decimal): -2750554 or 10880982. OLE color: 10880982.
HSL color Cylindrical-coordinate representation of color #D607A6: hue angle of 313.91º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D607A6 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 166 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.16 |
| HSL | 313.91º | 0.94% | 0.43% | - |
| HSV(B) | 313.91º | 0.97% | 0.84% | - |
| XYZ | 34.69 | 17.2 | 37.57 | - |
| YUV | 87.02 | 172.58 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 166 | 0 | 0.97 | 0.22 | 0.16 | 313.91 | 0.94 | 0.43 |
| Hex | D6 | 7 | A6 | 0 | 61 | 16 | 10 | 13A | 5E | 2B |
| Octal | 326 | 7 | 246 | 0 | 141 | 26 | 20 | 472 | 136 | 53 |
| Binary | 11010110 | 111 | 10100110 | 0 | 1100001 | 10110 | 10000 | 100111010 | 1011110 | 101011 |
Color Harmonies of #D607A6
Complementary color
Monochromatic Colors of #D607A6
Black with #D607A6
Text Example
Text Example
White with #D607A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D607A6; }
p { color: rgb(214,7,166); }
H1.HeaderClassName
{
color: #D607A6;
}
.AnyTagClassName
{
color: #D607A6;
}
</style>
background-color css
<style>
a { background-color: #D607A6; }
a { background-color: rgb(214,7,166); }
div.DivClassName
{
background-color: #D607A6;
}
.BgClassName
{
background-color: #D607A6;
}
</style>
border-color css
<style>
span { border-color: #D607A6; }
span { border-color: rgb(214,7,166); }
td.TdClassName
{
border-color: #D607A6;
}
.TagClassName
{
border-color: #D607A6;
}
</style>