Shades of Deep Cerise #DF3382
Tints of Deep Cerise #DF3382
RGB
CMYK
RGB Variations
Color information
#DF3382 (or 0xDF3382) is known color: Deep Cerise. HEX triplet: DF, 33 and 82. RGB value is (223,51,130). Sum of RGB (Red+Green+Blue) = 223+51+130=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3382 is #20CC7D. Grayscale: #6F6F6F. Windows color (decimal): -2149502 or 8532959. OLE color: 8532959.
HSL color Cylindrical-coordinate representation of color #DF3382: hue angle of 332.44º 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 #DF3382 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 130 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.13 |
| HSL | 332.44º | 0.73% | 0.54% | - |
| HSV(B) | 332.44º | 0.77% | 0.87% | - |
| XYZ | 35.64 | 19.67 | 23.04 | - |
| YUV | 111.43 | 138.48 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 130 | 0 | 0.77 | 0.42 | 0.13 | 332.44 | 0.73 | 0.54 |
| Hex | DF | 33 | 82 | 0 | 4D | 2A | D | 14C | 49 | 36 |
| Octal | 337 | 63 | 202 | 0 | 115 | 52 | 15 | 514 | 111 | 66 |
| Binary | 11011111 | 110011 | 10000010 | 0 | 1001101 | 101010 | 1101 | 101001100 | 1001001 | 110110 |
Color Harmonies of #DF3382
Complementary color
Monochromatic Colors of #DF3382
Black with #DF3382
Text Example
Text Example
White with #DF3382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3382; }
p { color: rgb(223,51,130); }
H1.HeaderClassName
{
color: #DF3382;
}
.AnyTagClassName
{
color: #DF3382;
}
</style>
background-color css
<style>
a { background-color: #DF3382; }
a { background-color: rgb(223,51,130); }
div.DivClassName
{
background-color: #DF3382;
}
.BgClassName
{
background-color: #DF3382;
}
</style>
border-color css
<style>
span { border-color: #DF3382; }
span { border-color: rgb(223,51,130); }
td.TdClassName
{
border-color: #DF3382;
}
.TagClassName
{
border-color: #DF3382;
}
</style>