Shades of Deep Cerise #D33A99
Tints of Deep Cerise #D33A99
RGB
CMYK
RGB Variations
Color information
#D33A99 (or 0xD33A99) is known color: Deep Cerise. HEX triplet: D3, 3A and 99. RGB value is (211,58,153). Sum of RGB (Red+Green+Blue) = 211+58+153=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33A99 is #2CC566. Grayscale: #727272. Windows color (decimal): -2934119 or 10042067. OLE color: 10042067.
HSL color Cylindrical-coordinate representation of color #D33A99: hue angle of 322.75º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33A99 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 153 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.17 |
| HSL | 322.75º | 0.63% | 0.53% | - |
| HSV(B) | 322.75º | 0.73% | 0.83% | - |
| XYZ | 34.13 | 19.17 | 32.04 | - |
| YUV | 114.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 153 | 0 | 0.73 | 0.27 | 0.17 | 322.75 | 0.63 | 0.53 |
| Hex | D3 | 3A | 99 | 0 | 49 | 1B | 11 | 143 | 3F | 35 |
| Octal | 323 | 72 | 231 | 0 | 111 | 33 | 21 | 503 | 77 | 65 |
| Binary | 11010011 | 111010 | 10011001 | 0 | 1001001 | 11011 | 10001 | 101000011 | 111111 | 110101 |
Color Harmonies of #D33A99
Complementary color
Monochromatic Colors of #D33A99
Black with #D33A99
Text Example
Text Example
White with #D33A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A99; }
p { color: rgb(211,58,153); }
H1.HeaderClassName
{
color: #D33A99;
}
.AnyTagClassName
{
color: #D33A99;
}
</style>
background-color css
<style>
a { background-color: #D33A99; }
a { background-color: rgb(211,58,153); }
div.DivClassName
{
background-color: #D33A99;
}
.BgClassName
{
background-color: #D33A99;
}
</style>
border-color css
<style>
span { border-color: #D33A99; }
span { border-color: rgb(211,58,153); }
td.TdClassName
{
border-color: #D33A99;
}
.TagClassName
{
border-color: #D33A99;
}
</style>