Shades of Deep Cerise #DF3692
Tints of Deep Cerise #DF3692
RGB
CMYK
RGB Variations
Color information
#DF3692 (or 0xDF3692) is known color: Deep Cerise. HEX triplet: DF, 36 and 92. RGB value is (223,54,146). Sum of RGB (Red+Green+Blue) = 223+54+146=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3692 is #20C96D. Grayscale: #727272. Windows color (decimal): -2148718 or 9582303. OLE color: 9582303.
HSL color Cylindrical-coordinate representation of color #DF3692: hue angle of 327.34º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3692 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 146 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.13 |
| HSL | 327.34º | 0.73% | 0.54% | - |
| HSV(B) | 327.34º | 0.76% | 0.87% | - |
| XYZ | 36.94 | 20.4 | 29.19 | - |
| YUV | 115.02 | 145.49 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 146 | 0 | 0.76 | 0.35 | 0.13 | 327.34 | 0.73 | 0.54 |
| Hex | DF | 36 | 92 | 0 | 4C | 23 | D | 147 | 49 | 36 |
| Octal | 337 | 66 | 222 | 0 | 114 | 43 | 15 | 507 | 111 | 66 |
| Binary | 11011111 | 110110 | 10010010 | 0 | 1001100 | 100011 | 1101 | 101000111 | 1001001 | 110110 |
Color Harmonies of #DF3692
Complementary color
Monochromatic Colors of #DF3692
Black with #DF3692
Text Example
Text Example
White with #DF3692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3692; }
p { color: rgb(223,54,146); }
H1.HeaderClassName
{
color: #DF3692;
}
.AnyTagClassName
{
color: #DF3692;
}
</style>
background-color css
<style>
a { background-color: #DF3692; }
a { background-color: rgb(223,54,146); }
div.DivClassName
{
background-color: #DF3692;
}
.BgClassName
{
background-color: #DF3692;
}
</style>
border-color css
<style>
span { border-color: #DF3692; }
span { border-color: rgb(223,54,146); }
td.TdClassName
{
border-color: #DF3692;
}
.TagClassName
{
border-color: #DF3692;
}
</style>