Shades of Hollywood Cerise #D30FAA
Tints of Hollywood Cerise #D30FAA
RGB
CMYK
RGB Variations
Color information
#D30FAA (or 0xD30FAA) is known color: Hollywood Cerise. HEX triplet: D3, 0F and AA. RGB value is (211,15,170). Sum of RGB (Red+Green+Blue) = 211+15+170=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D30FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30FAA is #2CF055. Grayscale: #5A5A5A. Windows color (decimal): -2945110 or 11145171. OLE color: 11145171.
HSL color Cylindrical-coordinate representation of color #D30FAA: hue angle of 312.55º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FAA is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 170 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.17 |
| HSL | 312.55º | 0.87% | 0.44% | - |
| HSV(B) | 312.55º | 0.93% | 0.83% | - |
| XYZ | 34.29 | 17.09 | 39.52 | - |
| YUV | 91.27 | 172.43 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 170 | 0 | 0.93 | 0.19 | 0.17 | 312.55 | 0.87 | 0.44 |
| Hex | D3 | F | AA | 0 | 5D | 13 | 11 | 139 | 57 | 2C |
| Octal | 323 | 17 | 252 | 0 | 135 | 23 | 21 | 471 | 127 | 54 |
| Binary | 11010011 | 1111 | 10101010 | 0 | 1011101 | 10011 | 10001 | 100111001 | 1010111 | 101100 |
Color Harmonies of #D30FAA
Complementary color
Monochromatic Colors of #D30FAA
Black with #D30FAA
Text Example
Text Example
White with #D30FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FAA; }
p { color: rgb(211,15,170); }
H1.HeaderClassName
{
color: #D30FAA;
}
.AnyTagClassName
{
color: #D30FAA;
}
</style>
background-color css
<style>
a { background-color: #D30FAA; }
a { background-color: rgb(211,15,170); }
div.DivClassName
{
background-color: #D30FAA;
}
.BgClassName
{
background-color: #D30FAA;
}
</style>
border-color css
<style>
span { border-color: #D30FAA; }
span { border-color: rgb(211,15,170); }
td.TdClassName
{
border-color: #D30FAA;
}
.TagClassName
{
border-color: #D30FAA;
}
</style>