Shades of Deep Cerise #D33982
Tints of Deep Cerise #D33982
RGB
CMYK
RGB Variations
Color information
#D33982 (or 0xD33982) is known color: Deep Cerise. HEX triplet: D3, 39 and 82. RGB value is (211,57,130). Sum of RGB (Red+Green+Blue) = 211+57+130=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D33982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33982 is #2CC67D. Grayscale: #6F6F6F. Windows color (decimal): -2934398 or 8534483. OLE color: 8534483.
HSL color Cylindrical-coordinate representation of color #D33982: hue angle of 331.56º degrees, saturation: 0.64, 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 #D33982 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 130 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.17 |
| HSL | 331.56º | 0.64% | 0.53% | - |
| HSV(B) | 331.56º | 0.73% | 0.83% | - |
| XYZ | 32.36 | 18.39 | 22.96 | - |
| YUV | 111.37 | 138.52 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 130 | 0 | 0.73 | 0.38 | 0.17 | 331.56 | 0.64 | 0.53 |
| Hex | D3 | 39 | 82 | 0 | 49 | 26 | 11 | 14C | 40 | 35 |
| Octal | 323 | 71 | 202 | 0 | 111 | 46 | 21 | 514 | 100 | 65 |
| Binary | 11010011 | 111001 | 10000010 | 0 | 1001001 | 100110 | 10001 | 101001100 | 1000000 | 110101 |
Color Harmonies of #D33982
Complementary color
Monochromatic Colors of #D33982
Black with #D33982
Text Example
Text Example
White with #D33982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33982; }
p { color: rgb(211,57,130); }
H1.HeaderClassName
{
color: #D33982;
}
.AnyTagClassName
{
color: #D33982;
}
</style>
background-color css
<style>
a { background-color: #D33982; }
a { background-color: rgb(211,57,130); }
div.DivClassName
{
background-color: #D33982;
}
.BgClassName
{
background-color: #D33982;
}
</style>
border-color css
<style>
span { border-color: #D33982; }
span { border-color: rgb(211,57,130); }
td.TdClassName
{
border-color: #D33982;
}
.TagClassName
{
border-color: #D33982;
}
</style>