Shades of Deep Cerise #D33C81
Tints of Deep Cerise #D33C81
RGB
CMYK
RGB Variations
Color information
#D33C81 (or 0xD33C81) is known color: Deep Cerise. HEX triplet: D3, 3C and 81. RGB value is (211,60,129). Sum of RGB (Red+Green+Blue) = 211+60+129=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33C81 is #2CC37E. Grayscale: #707070. Windows color (decimal): -2933631 or 8469715. OLE color: 8469715.
HSL color Cylindrical-coordinate representation of color #D33C81: hue angle of 332.58º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33C81 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 129 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.17 |
| HSL | 332.58º | 0.63% | 0.53% | - |
| HSV(B) | 332.58º | 0.72% | 0.83% | - |
| XYZ | 32.44 | 18.67 | 22.66 | - |
| YUV | 113.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 129 | 0 | 0.72 | 0.39 | 0.17 | 332.58 | 0.63 | 0.53 |
| Hex | D3 | 3C | 81 | 0 | 48 | 27 | 11 | 14D | 3F | 35 |
| Octal | 323 | 74 | 201 | 0 | 110 | 47 | 21 | 515 | 77 | 65 |
| Binary | 11010011 | 111100 | 10000001 | 0 | 1001000 | 100111 | 10001 | 101001101 | 111111 | 110101 |
Color Harmonies of #D33C81
Complementary color
Monochromatic Colors of #D33C81
Black with #D33C81
Text Example
Text Example
White with #D33C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C81; }
p { color: rgb(211,60,129); }
H1.HeaderClassName
{
color: #D33C81;
}
.AnyTagClassName
{
color: #D33C81;
}
</style>
background-color css
<style>
a { background-color: #D33C81; }
a { background-color: rgb(211,60,129); }
div.DivClassName
{
background-color: #D33C81;
}
.BgClassName
{
background-color: #D33C81;
}
</style>
border-color css
<style>
span { border-color: #D33C81; }
span { border-color: rgb(211,60,129); }
td.TdClassName
{
border-color: #D33C81;
}
.TagClassName
{
border-color: #D33C81;
}
</style>