Shades of Hollywood Cerise #D612AA
Tints of Hollywood Cerise #D612AA
RGB
CMYK
RGB Variations
Color information
#D612AA (or 0xD612AA) is known color: Hollywood Cerise. HEX triplet: D6, 12 and AA. RGB value is (214,18,170). Sum of RGB (Red+Green+Blue) = 214+18+170=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D612AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D612AA is #29ED55. Grayscale: #5D5D5D. Windows color (decimal): -2747734 or 11145942. OLE color: 11145942.
HSL color Cylindrical-coordinate representation of color #D612AA: hue angle of 313.47º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D612AA is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 170 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.16 |
| HSL | 313.47º | 0.84% | 0.45% | - |
| HSV(B) | 313.47º | 0.92% | 0.84% | - |
| XYZ | 35.2 | 17.63 | 39.58 | - |
| YUV | 93.93 | 170.93 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 170 | 0 | 0.92 | 0.21 | 0.16 | 313.47 | 0.84 | 0.45 |
| Hex | D6 | 12 | AA | 0 | 5C | 15 | 10 | 139 | 54 | 2D |
| Octal | 326 | 22 | 252 | 0 | 134 | 25 | 20 | 471 | 124 | 55 |
| Binary | 11010110 | 10010 | 10101010 | 0 | 1011100 | 10101 | 10000 | 100111001 | 1010100 | 101101 |
Color Harmonies of #D612AA
Complementary color
Monochromatic Colors of #D612AA
Black with #D612AA
Text Example
Text Example
White with #D612AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D612AA; }
p { color: rgb(214,18,170); }
H1.HeaderClassName
{
color: #D612AA;
}
.AnyTagClassName
{
color: #D612AA;
}
</style>
background-color css
<style>
a { background-color: #D612AA; }
a { background-color: rgb(214,18,170); }
div.DivClassName
{
background-color: #D612AA;
}
.BgClassName
{
background-color: #D612AA;
}
</style>
border-color css
<style>
span { border-color: #D612AA; }
span { border-color: rgb(214,18,170); }
td.TdClassName
{
border-color: #D612AA;
}
.TagClassName
{
border-color: #D612AA;
}
</style>