Shades of Deep Cerise #D33A81
Tints of Deep Cerise #D33A81
RGB
CMYK
RGB Variations
Color information
#D33A81 (or 0xD33A81) is known color: Deep Cerise. HEX triplet: D3, 3A and 81. RGB value is (211,58,129). Sum of RGB (Red+Green+Blue) = 211+58+129=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33A81 is #2CC57E. Grayscale: #6F6F6F. Windows color (decimal): -2934143 or 8469203. OLE color: 8469203.
HSL color Cylindrical-coordinate representation of color #D33A81: hue angle of 332.16º 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 #D33A81 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 129 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.17 |
| HSL | 332.16º | 0.63% | 0.53% | - |
| HSV(B) | 332.16º | 0.73% | 0.83% | - |
| XYZ | 32.34 | 18.46 | 22.63 | - |
| YUV | 111.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 129 | 0 | 0.73 | 0.39 | 0.17 | 332.16 | 0.63 | 0.53 |
| Hex | D3 | 3A | 81 | 0 | 49 | 27 | 11 | 14C | 3F | 35 |
| Octal | 323 | 72 | 201 | 0 | 111 | 47 | 21 | 514 | 77 | 65 |
| Binary | 11010011 | 111010 | 10000001 | 0 | 1001001 | 100111 | 10001 | 101001100 | 111111 | 110101 |
Color Harmonies of #D33A81
Complementary color
Monochromatic Colors of #D33A81
Black with #D33A81
Text Example
Text Example
White with #D33A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A81; }
p { color: rgb(211,58,129); }
H1.HeaderClassName
{
color: #D33A81;
}
.AnyTagClassName
{
color: #D33A81;
}
</style>
background-color css
<style>
a { background-color: #D33A81; }
a { background-color: rgb(211,58,129); }
div.DivClassName
{
background-color: #D33A81;
}
.BgClassName
{
background-color: #D33A81;
}
</style>
border-color css
<style>
span { border-color: #D33A81; }
span { border-color: rgb(211,58,129); }
td.TdClassName
{
border-color: #D33A81;
}
.TagClassName
{
border-color: #D33A81;
}
</style>