Shades of Deep Cerise #DF3384
Tints of Deep Cerise #DF3384
RGB
CMYK
RGB Variations
Color information
#DF3384 (or 0xDF3384) is known color: Deep Cerise. HEX triplet: DF, 33 and 84. RGB value is (223,51,132). Sum of RGB (Red+Green+Blue) = 223+51+132=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3384 is #20CC7B. Grayscale: #6F6F6F. Windows color (decimal): -2149500 or 8664031. OLE color: 8664031.
HSL color Cylindrical-coordinate representation of color #DF3384: hue angle of 331.74º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3384 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 132 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.13 |
| HSL | 331.74º | 0.73% | 0.54% | - |
| HSV(B) | 331.74º | 0.77% | 0.87% | - |
| XYZ | 35.78 | 19.72 | 23.75 | - |
| YUV | 111.66 | 139.48 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 132 | 0 | 0.77 | 0.41 | 0.13 | 331.74 | 0.73 | 0.54 |
| Hex | DF | 33 | 84 | 0 | 4D | 29 | D | 14C | 49 | 36 |
| Octal | 337 | 63 | 204 | 0 | 115 | 51 | 15 | 514 | 111 | 66 |
| Binary | 11011111 | 110011 | 10000100 | 0 | 1001101 | 101001 | 1101 | 101001100 | 1001001 | 110110 |
Color Harmonies of #DF3384
Complementary color
Monochromatic Colors of #DF3384
Black with #DF3384
Text Example
Text Example
White with #DF3384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3384; }
p { color: rgb(223,51,132); }
H1.HeaderClassName
{
color: #DF3384;
}
.AnyTagClassName
{
color: #DF3384;
}
</style>
background-color css
<style>
a { background-color: #DF3384; }
a { background-color: rgb(223,51,132); }
div.DivClassName
{
background-color: #DF3384;
}
.BgClassName
{
background-color: #DF3384;
}
</style>
border-color css
<style>
span { border-color: #DF3384; }
span { border-color: rgb(223,51,132); }
td.TdClassName
{
border-color: #DF3384;
}
.TagClassName
{
border-color: #DF3384;
}
</style>