Shades of Hollywood Cerise #D614A6
Tints of Hollywood Cerise #D614A6
RGB
CMYK
RGB Variations
Color information
#D614A6 (or 0xD614A6) is known color: Hollywood Cerise. HEX triplet: D6, 14 and A6. RGB value is (214,20,166). Sum of RGB (Red+Green+Blue) = 214+20+166=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D614A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D614A6 is #29EB59. Grayscale: #5E5E5E. Windows color (decimal): -2747226 or 10884310. OLE color: 10884310.
HSL color Cylindrical-coordinate representation of color #D614A6: hue angle of 314.85º 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 #D614A6 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 166 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.16 |
| HSL | 314.85º | 0.83% | 0.46% | - |
| HSV(B) | 314.85º | 0.91% | 0.84% | - |
| XYZ | 34.86 | 17.55 | 37.63 | - |
| YUV | 94.65 | 168.27 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 166 | 0 | 0.91 | 0.22 | 0.16 | 314.85 | 0.83 | 0.46 |
| Hex | D6 | 14 | A6 | 0 | 5B | 16 | 10 | 13B | 53 | 2E |
| Octal | 326 | 24 | 246 | 0 | 133 | 26 | 20 | 473 | 123 | 56 |
| Binary | 11010110 | 10100 | 10100110 | 0 | 1011011 | 10110 | 10000 | 100111011 | 1010011 | 101110 |
Color Harmonies of #D614A6
Complementary color
Monochromatic Colors of #D614A6
Black with #D614A6
Text Example
Text Example
White with #D614A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614A6; }
p { color: rgb(214,20,166); }
H1.HeaderClassName
{
color: #D614A6;
}
.AnyTagClassName
{
color: #D614A6;
}
</style>
background-color css
<style>
a { background-color: #D614A6; }
a { background-color: rgb(214,20,166); }
div.DivClassName
{
background-color: #D614A6;
}
.BgClassName
{
background-color: #D614A6;
}
</style>
border-color css
<style>
span { border-color: #D614A6; }
span { border-color: rgb(214,20,166); }
td.TdClassName
{
border-color: #D614A6;
}
.TagClassName
{
border-color: #D614A6;
}
</style>