Shades of Hollywood Cerise #D70CA4
Tints of Hollywood Cerise #D70CA4
RGB
CMYK
RGB Variations
Color information
#D70CA4 (or 0xD70CA4) is known color: Hollywood Cerise. HEX triplet: D7, 0C and A4. RGB value is (215,12,164). Sum of RGB (Red+Green+Blue) = 215+12+164=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70CA4 is #28F35B. Grayscale: #595959. Windows color (decimal): -2683740 or 10751191. OLE color: 10751191.
HSL color Cylindrical-coordinate representation of color #D70CA4: hue angle of 315.07º 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 #D70CA4 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 164 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.16 |
| HSL | 315.07º | 0.89% | 0.45% | - |
| HSV(B) | 315.07º | 0.94% | 0.84% | - |
| XYZ | 34.86 | 17.39 | 36.64 | - |
| YUV | 90.03 | 169.75 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 164 | 0 | 0.94 | 0.24 | 0.16 | 315.07 | 0.89 | 0.45 |
| Hex | D7 | C | A4 | 0 | 5E | 18 | 10 | 13B | 59 | 2D |
| Octal | 327 | 14 | 244 | 0 | 136 | 30 | 20 | 473 | 131 | 55 |
| Binary | 11010111 | 1100 | 10100100 | 0 | 1011110 | 11000 | 10000 | 100111011 | 1011001 | 101101 |
Color Harmonies of #D70CA4
Complementary color
Monochromatic Colors of #D70CA4
Black with #D70CA4
Text Example
Text Example
White with #D70CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CA4; }
p { color: rgb(215,12,164); }
H1.HeaderClassName
{
color: #D70CA4;
}
.AnyTagClassName
{
color: #D70CA4;
}
</style>
background-color css
<style>
a { background-color: #D70CA4; }
a { background-color: rgb(215,12,164); }
div.DivClassName
{
background-color: #D70CA4;
}
.BgClassName
{
background-color: #D70CA4;
}
</style>
border-color css
<style>
span { border-color: #D70CA4; }
span { border-color: rgb(215,12,164); }
td.TdClassName
{
border-color: #D70CA4;
}
.TagClassName
{
border-color: #D70CA4;
}
</style>