Shades of Deep Cerise #D33284
Tints of Deep Cerise #D33284
RGB
CMYK
RGB Variations
Color information
#D33284 (or 0xD33284) is known color: Deep Cerise. HEX triplet: D3, 32 and 84. RGB value is (211,50,132). Sum of RGB (Red+Green+Blue) = 211+50+132=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D33284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33284 is #2CCD7B. Grayscale: #6B6B6B. Windows color (decimal): -2936188 or 8663763. OLE color: 8663763.
HSL color Cylindrical-coordinate representation of color #D33284: hue angle of 329.44º 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 #D33284 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 132 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.17 |
| HSL | 329.44º | 0.65% | 0.51% | - |
| HSV(B) | 329.44º | 0.76% | 0.83% | - |
| XYZ | 32.17 | 17.8 | 23.57 | - |
| YUV | 107.49 | 141.84 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 132 | 0 | 0.76 | 0.37 | 0.17 | 329.44 | 0.65 | 0.51 |
| Hex | D3 | 32 | 84 | 0 | 4C | 25 | 11 | 149 | 41 | 33 |
| Octal | 323 | 62 | 204 | 0 | 114 | 45 | 21 | 511 | 101 | 63 |
| Binary | 11010011 | 110010 | 10000100 | 0 | 1001100 | 100101 | 10001 | 101001001 | 1000001 | 110011 |
Color Harmonies of #D33284
Complementary color
Monochromatic Colors of #D33284
Black with #D33284
Text Example
Text Example
White with #D33284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33284; }
p { color: rgb(211,50,132); }
H1.HeaderClassName
{
color: #D33284;
}
.AnyTagClassName
{
color: #D33284;
}
</style>
background-color css
<style>
a { background-color: #D33284; }
a { background-color: rgb(211,50,132); }
div.DivClassName
{
background-color: #D33284;
}
.BgClassName
{
background-color: #D33284;
}
</style>
border-color css
<style>
span { border-color: #D33284; }
span { border-color: rgb(211,50,132); }
td.TdClassName
{
border-color: #D33284;
}
.TagClassName
{
border-color: #D33284;
}
</style>