Shades of Hollywood Cerise #D30DAB
Tints of Hollywood Cerise #D30DAB
RGB
CMYK
RGB Variations
Color information
#D30DAB (or 0xD30DAB) is known color: Hollywood Cerise. HEX triplet: D3, 0D and AB. RGB value is (211,13,171). Sum of RGB (Red+Green+Blue) = 211+13+171=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D30DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30DAB is #2CF254. Grayscale: #595959. Windows color (decimal): -2945621 or 11210195. OLE color: 11210195.
HSL color Cylindrical-coordinate representation of color #D30DAB: hue angle of 312.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30DAB is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 171 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.17 |
| HSL | 312.12º | 0.88% | 0.44% | - |
| HSV(B) | 312.12º | 0.94% | 0.83% | - |
| XYZ | 34.36 | 17.08 | 40.01 | - |
| YUV | 90.21 | 173.6 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 171 | 0 | 0.94 | 0.19 | 0.17 | 312.12 | 0.88 | 0.44 |
| Hex | D3 | D | AB | 0 | 5E | 13 | 11 | 138 | 58 | 2C |
| Octal | 323 | 15 | 253 | 0 | 136 | 23 | 21 | 470 | 130 | 54 |
| Binary | 11010011 | 1101 | 10101011 | 0 | 1011110 | 10011 | 10001 | 100111000 | 1011000 | 101100 |
Color Harmonies of #D30DAB
Complementary color
Monochromatic Colors of #D30DAB
Black with #D30DAB
Text Example
Text Example
White with #D30DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DAB; }
p { color: rgb(211,13,171); }
H1.HeaderClassName
{
color: #D30DAB;
}
.AnyTagClassName
{
color: #D30DAB;
}
</style>
background-color css
<style>
a { background-color: #D30DAB; }
a { background-color: rgb(211,13,171); }
div.DivClassName
{
background-color: #D30DAB;
}
.BgClassName
{
background-color: #D30DAB;
}
</style>
border-color css
<style>
span { border-color: #D30DAB; }
span { border-color: rgb(211,13,171); }
td.TdClassName
{
border-color: #D30DAB;
}
.TagClassName
{
border-color: #D30DAB;
}
</style>