Shades of Deep Cerise #D33980
Tints of Deep Cerise #D33980
RGB
CMYK
RGB Variations
Color information
#D33980 (or 0xD33980) is known color: Deep Cerise. HEX triplet: D3, 39 and 80. RGB value is (211,57,128). Sum of RGB (Red+Green+Blue) = 211+57+128=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D33980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33980 is #2CC67F. Grayscale: #6F6F6F. Windows color (decimal): -2934400 or 8403411. OLE color: 8403411.
HSL color Cylindrical-coordinate representation of color #D33980: hue angle of 332.34º 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 #D33980 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 128 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.17 |
| HSL | 332.34º | 0.64% | 0.53% | - |
| HSV(B) | 332.34º | 0.73% | 0.83% | - |
| XYZ | 32.22 | 18.33 | 22.26 | - |
| YUV | 111.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 128 | 0 | 0.73 | 0.39 | 0.17 | 332.34 | 0.64 | 0.53 |
| Hex | D3 | 39 | 80 | 0 | 49 | 27 | 11 | 14C | 40 | 35 |
| Octal | 323 | 71 | 200 | 0 | 111 | 47 | 21 | 514 | 100 | 65 |
| Binary | 11010011 | 111001 | 10000000 | 0 | 1001001 | 100111 | 10001 | 101001100 | 1000000 | 110101 |
Color Harmonies of #D33980
Complementary color
Monochromatic Colors of #D33980
Black with #D33980
Text Example
Text Example
White with #D33980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33980; }
p { color: rgb(211,57,128); }
H1.HeaderClassName
{
color: #D33980;
}
.AnyTagClassName
{
color: #D33980;
}
</style>
background-color css
<style>
a { background-color: #D33980; }
a { background-color: rgb(211,57,128); }
div.DivClassName
{
background-color: #D33980;
}
.BgClassName
{
background-color: #D33980;
}
</style>
border-color css
<style>
span { border-color: #D33980; }
span { border-color: rgb(211,57,128); }
td.TdClassName
{
border-color: #D33980;
}
.TagClassName
{
border-color: #D33980;
}
</style>