Shades of Deep Cerise #DF339C
Tints of Deep Cerise #DF339C
RGB
CMYK
RGB Variations
Color information
#DF339C (or 0xDF339C) is known color: Deep Cerise. HEX triplet: DF, 33 and 9C. RGB value is (223,51,156). Sum of RGB (Red+Green+Blue) = 223+51+156=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF339C is #20CC63. Grayscale: #727272. Windows color (decimal): -2149476 or 10236895. OLE color: 10236895.
HSL color Cylindrical-coordinate representation of color #DF339C: hue angle of 323.37º 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 #DF339C is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 156 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.13 |
| HSL | 323.37º | 0.73% | 0.54% | - |
| HSV(B) | 323.37º | 0.77% | 0.87% | - |
| XYZ | 37.62 | 20.46 | 33.42 | - |
| YUV | 114.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 156 | 0 | 0.77 | 0.30 | 0.13 | 323.37 | 0.73 | 0.54 |
| Hex | DF | 33 | 9C | 0 | 4D | 1E | D | 143 | 49 | 36 |
| Octal | 337 | 63 | 234 | 0 | 115 | 36 | 15 | 503 | 111 | 66 |
| Binary | 11011111 | 110011 | 10011100 | 0 | 1001101 | 11110 | 1101 | 101000011 | 1001001 | 110110 |
Color Harmonies of #DF339C
Complementary color
Monochromatic Colors of #DF339C
Black with #DF339C
Text Example
Text Example
White with #DF339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF339C; }
p { color: rgb(223,51,156); }
H1.HeaderClassName
{
color: #DF339C;
}
.AnyTagClassName
{
color: #DF339C;
}
</style>
background-color css
<style>
a { background-color: #DF339C; }
a { background-color: rgb(223,51,156); }
div.DivClassName
{
background-color: #DF339C;
}
.BgClassName
{
background-color: #DF339C;
}
</style>
border-color css
<style>
span { border-color: #DF339C; }
span { border-color: rgb(223,51,156); }
td.TdClassName
{
border-color: #DF339C;
}
.TagClassName
{
border-color: #DF339C;
}
</style>