Shades of Hollywood Cerise #D70BAA
Tints of Hollywood Cerise #D70BAA
RGB
CMYK
RGB Variations
Color information
#D70BAA (or 0xD70BAA) is known color: Hollywood Cerise. HEX triplet: D7, 0B and AA. RGB value is (215,11,170). Sum of RGB (Red+Green+Blue) = 215+11+170=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D70BAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70BAA is #28F455. Grayscale: #595959. Windows color (decimal): -2683990 or 11144151. OLE color: 11144151.
HSL color Cylindrical-coordinate representation of color #D70BAA: hue angle of 313.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70BAA is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 170 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.16 |
| HSL | 313.24º | 0.9% | 0.44% | - |
| HSV(B) | 313.24º | 0.95% | 0.84% | - |
| XYZ | 35.4 | 17.59 | 39.56 | - |
| YUV | 90.12 | 173.09 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 170 | 0 | 0.95 | 0.21 | 0.16 | 313.24 | 0.9 | 0.44 |
| Hex | D7 | B | AA | 0 | 5F | 15 | 10 | 139 | 5A | 2C |
| Octal | 327 | 13 | 252 | 0 | 137 | 25 | 20 | 471 | 132 | 54 |
| Binary | 11010111 | 1011 | 10101010 | 0 | 1011111 | 10101 | 10000 | 100111001 | 1011010 | 101100 |
Color Harmonies of #D70BAA
Complementary color
Monochromatic Colors of #D70BAA
Black with #D70BAA
Text Example
Text Example
White with #D70BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BAA; }
p { color: rgb(215,11,170); }
H1.HeaderClassName
{
color: #D70BAA;
}
.AnyTagClassName
{
color: #D70BAA;
}
</style>
background-color css
<style>
a { background-color: #D70BAA; }
a { background-color: rgb(215,11,170); }
div.DivClassName
{
background-color: #D70BAA;
}
.BgClassName
{
background-color: #D70BAA;
}
</style>
border-color css
<style>
span { border-color: #D70BAA; }
span { border-color: rgb(215,11,170); }
td.TdClassName
{
border-color: #D70BAA;
}
.TagClassName
{
border-color: #D70BAA;
}
</style>