Shades of Hollywood Cerise #D70DAE
Tints of Hollywood Cerise #D70DAE
RGB
CMYK
RGB Variations
Color information
#D70DAE (or 0xD70DAE) is known color: Hollywood Cerise. HEX triplet: D7, 0D and AE. RGB value is (215,13,174). Sum of RGB (Red+Green+Blue) = 215+13+174=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70DAE is #28F251. Grayscale: #5B5B5B. Windows color (decimal): -2683474 or 11406807. OLE color: 11406807.
HSL color Cylindrical-coordinate representation of color #D70DAE: hue angle of 312.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70DAE is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 174 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.16 |
| HSL | 312.18º | 0.89% | 0.45% | - |
| HSV(B) | 312.18º | 0.94% | 0.84% | - |
| XYZ | 35.81 | 17.79 | 41.59 | - |
| YUV | 91.75 | 174.42 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 174 | 0 | 0.94 | 0.19 | 0.16 | 312.18 | 0.89 | 0.45 |
| Hex | D7 | D | AE | 0 | 5E | 13 | 10 | 138 | 59 | 2D |
| Octal | 327 | 15 | 256 | 0 | 136 | 23 | 20 | 470 | 131 | 55 |
| Binary | 11010111 | 1101 | 10101110 | 0 | 1011110 | 10011 | 10000 | 100111000 | 1011001 | 101101 |
Color Harmonies of #D70DAE
Complementary color
Monochromatic Colors of #D70DAE
Black with #D70DAE
Text Example
Text Example
White with #D70DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70DAE; }
p { color: rgb(215,13,174); }
H1.HeaderClassName
{
color: #D70DAE;
}
.AnyTagClassName
{
color: #D70DAE;
}
</style>
background-color css
<style>
a { background-color: #D70DAE; }
a { background-color: rgb(215,13,174); }
div.DivClassName
{
background-color: #D70DAE;
}
.BgClassName
{
background-color: #D70DAE;
}
</style>
border-color css
<style>
span { border-color: #D70DAE; }
span { border-color: rgb(215,13,174); }
td.TdClassName
{
border-color: #D70DAE;
}
.TagClassName
{
border-color: #D70DAE;
}
</style>