Shades of Deep Cerise #D33384
Tints of Deep Cerise #D33384
RGB
CMYK
RGB Variations
Color information
#D33384 (or 0xD33384) is known color: Deep Cerise. HEX triplet: D3, 33 and 84. RGB value is (211,51,132). Sum of RGB (Red+Green+Blue) = 211+51+132=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D33384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33384 is #2CCC7B. Grayscale: #6B6B6B. Windows color (decimal): -2935932 or 8664019. OLE color: 8664019.
HSL color Cylindrical-coordinate representation of color #D33384: hue angle of 329.62º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33384 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 51 | 132 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.17 |
| HSL | 329.63º | 0.65% | 0.51% | - |
| HSV(B) | 329.63º | 0.76% | 0.83% | - |
| XYZ | 32.21 | 17.88 | 23.58 | - |
| YUV | 108.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 132 | 0 | 0.76 | 0.37 | 0.17 | 329.63 | 0.65 | 0.51 |
| Hex | D3 | 33 | 84 | 0 | 4C | 25 | 11 | 14A | 41 | 33 |
| Octal | 323 | 63 | 204 | 0 | 114 | 45 | 21 | 512 | 101 | 63 |
| Binary | 11010011 | 110011 | 10000100 | 0 | 1001100 | 100101 | 10001 | 101001010 | 1000001 | 110011 |
Color Harmonies of #D33384
Complementary color
Monochromatic Colors of #D33384
Black with #D33384
Text Example
Text Example
White with #D33384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33384; }
p { color: rgb(211,51,132); }
H1.HeaderClassName
{
color: #D33384;
}
.AnyTagClassName
{
color: #D33384;
}
</style>
background-color css
<style>
a { background-color: #D33384; }
a { background-color: rgb(211,51,132); }
div.DivClassName
{
background-color: #D33384;
}
.BgClassName
{
background-color: #D33384;
}
</style>
border-color css
<style>
span { border-color: #D33384; }
span { border-color: rgb(211,51,132); }
td.TdClassName
{
border-color: #D33384;
}
.TagClassName
{
border-color: #D33384;
}
</style>