Shades of Hollywood Cerise #D610AB
Tints of Hollywood Cerise #D610AB
RGB
CMYK
RGB Variations
Color information
#D610AB (or 0xD610AB) is known color: Hollywood Cerise. HEX triplet: D6, 10 and AB. RGB value is (214,16,171). Sum of RGB (Red+Green+Blue) = 214+16+171=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D610AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D610AB is #29EF54. Grayscale: #5C5C5C. Windows color (decimal): -2748245 or 11210966. OLE color: 11210966.
HSL color Cylindrical-coordinate representation of color #D610AB: hue angle of 313.03º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D610AB is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 171 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.16 |
| HSL | 313.03º | 0.86% | 0.45% | - |
| HSV(B) | 313.03º | 0.93% | 0.84% | - |
| XYZ | 35.27 | 17.61 | 40.07 | - |
| YUV | 92.87 | 172.1 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 171 | 0 | 0.93 | 0.20 | 0.16 | 313.03 | 0.86 | 0.45 |
| Hex | D6 | 10 | AB | 0 | 5D | 14 | 10 | 139 | 56 | 2D |
| Octal | 326 | 20 | 253 | 0 | 135 | 24 | 20 | 471 | 126 | 55 |
| Binary | 11010110 | 10000 | 10101011 | 0 | 1011101 | 10100 | 10000 | 100111001 | 1010110 | 101101 |
Color Harmonies of #D610AB
Complementary color
Monochromatic Colors of #D610AB
Black with #D610AB
Text Example
Text Example
White with #D610AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D610AB; }
p { color: rgb(214,16,171); }
H1.HeaderClassName
{
color: #D610AB;
}
.AnyTagClassName
{
color: #D610AB;
}
</style>
background-color css
<style>
a { background-color: #D610AB; }
a { background-color: rgb(214,16,171); }
div.DivClassName
{
background-color: #D610AB;
}
.BgClassName
{
background-color: #D610AB;
}
</style>
border-color css
<style>
span { border-color: #D610AB; }
span { border-color: rgb(214,16,171); }
td.TdClassName
{
border-color: #D610AB;
}
.TagClassName
{
border-color: #D610AB;
}
</style>