Shades of Hollywood Cerise #D714A6
Tints of Hollywood Cerise #D714A6
RGB
CMYK
RGB Variations
Color information
#D714A6 (or 0xD714A6) is known color: Hollywood Cerise. HEX triplet: D7, 14 and A6. RGB value is (215,20,166). Sum of RGB (Red+Green+Blue) = 215+20+166=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D714A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D714A6 is #28EB59. Grayscale: #5E5E5E. Windows color (decimal): -2681690 or 10884311. OLE color: 10884311.
HSL color Cylindrical-coordinate representation of color #D714A6: hue angle of 315.08º 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 #D714A6 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 166 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.16 |
| HSL | 315.08º | 0.83% | 0.46% | - |
| HSV(B) | 315.08º | 0.91% | 0.84% | - |
| XYZ | 35.16 | 17.7 | 37.64 | - |
| YUV | 94.95 | 168.1 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 166 | 0 | 0.91 | 0.23 | 0.16 | 315.08 | 0.83 | 0.46 |
| Hex | D7 | 14 | A6 | 0 | 5B | 17 | 10 | 13B | 53 | 2E |
| Octal | 327 | 24 | 246 | 0 | 133 | 27 | 20 | 473 | 123 | 56 |
| Binary | 11010111 | 10100 | 10100110 | 0 | 1011011 | 10111 | 10000 | 100111011 | 1010011 | 101110 |
Color Harmonies of #D714A6
Complementary color
Monochromatic Colors of #D714A6
Black with #D714A6
Text Example
Text Example
White with #D714A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714A6; }
p { color: rgb(215,20,166); }
H1.HeaderClassName
{
color: #D714A6;
}
.AnyTagClassName
{
color: #D714A6;
}
</style>
background-color css
<style>
a { background-color: #D714A6; }
a { background-color: rgb(215,20,166); }
div.DivClassName
{
background-color: #D714A6;
}
.BgClassName
{
background-color: #D714A6;
}
</style>
border-color css
<style>
span { border-color: #D714A6; }
span { border-color: rgb(215,20,166); }
td.TdClassName
{
border-color: #D714A6;
}
.TagClassName
{
border-color: #D714A6;
}
</style>