Shades of Hollywood Cerise #D614A8
Tints of Hollywood Cerise #D614A8
RGB
CMYK
RGB Variations
Color information
#D614A8 (or 0xD614A8) is known color: Hollywood Cerise. HEX triplet: D6, 14 and A8. RGB value is (214,20,168). Sum of RGB (Red+Green+Blue) = 214+20+168=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D614A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D614A8 is #29EB57. Grayscale: #5E5E5E. Windows color (decimal): -2747224 or 11015382. OLE color: 11015382.
HSL color Cylindrical-coordinate representation of color #D614A8: hue angle of 314.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D614A8 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 168 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.16 |
| HSL | 314.23º | 0.83% | 0.46% | - |
| HSV(B) | 314.23º | 0.91% | 0.84% | - |
| XYZ | 35.05 | 17.62 | 38.6 | - |
| YUV | 94.88 | 169.27 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 168 | 0 | 0.91 | 0.21 | 0.16 | 314.23 | 0.83 | 0.46 |
| Hex | D6 | 14 | A8 | 0 | 5B | 15 | 10 | 13A | 53 | 2E |
| Octal | 326 | 24 | 250 | 0 | 133 | 25 | 20 | 472 | 123 | 56 |
| Binary | 11010110 | 10100 | 10101000 | 0 | 1011011 | 10101 | 10000 | 100111010 | 1010011 | 101110 |
Color Harmonies of #D614A8
Complementary color
Monochromatic Colors of #D614A8
Black with #D614A8
Text Example
Text Example
White with #D614A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614A8; }
p { color: rgb(214,20,168); }
H1.HeaderClassName
{
color: #D614A8;
}
.AnyTagClassName
{
color: #D614A8;
}
</style>
background-color css
<style>
a { background-color: #D614A8; }
a { background-color: rgb(214,20,168); }
div.DivClassName
{
background-color: #D614A8;
}
.BgClassName
{
background-color: #D614A8;
}
</style>
border-color css
<style>
span { border-color: #D614A8; }
span { border-color: rgb(214,20,168); }
td.TdClassName
{
border-color: #D614A8;
}
.TagClassName
{
border-color: #D614A8;
}
</style>