Shades of Deep Cerise #DF349E
Tints of Deep Cerise #DF349E
RGB
CMYK
RGB Variations
Color information
#DF349E (or 0xDF349E) is known color: Deep Cerise. HEX triplet: DF, 34 and 9E. RGB value is (223,52,158). Sum of RGB (Red+Green+Blue) = 223+52+158=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF349E is #20CB61. Grayscale: #727272. Windows color (decimal): -2149218 or 10368223. OLE color: 10368223.
HSL color Cylindrical-coordinate representation of color #DF349E: hue angle of 322.81º 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 #DF349E is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 158 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.13 |
| HSL | 322.81º | 0.73% | 0.54% | - |
| HSV(B) | 322.81º | 0.77% | 0.87% | - |
| XYZ | 37.83 | 20.61 | 34.33 | - |
| YUV | 115.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 158 | 0 | 0.77 | 0.29 | 0.13 | 322.81 | 0.73 | 0.54 |
| Hex | DF | 34 | 9E | 0 | 4D | 1D | D | 143 | 49 | 36 |
| Octal | 337 | 64 | 236 | 0 | 115 | 35 | 15 | 503 | 111 | 66 |
| Binary | 11011111 | 110100 | 10011110 | 0 | 1001101 | 11101 | 1101 | 101000011 | 1001001 | 110110 |
Color Harmonies of #DF349E
Complementary color
Monochromatic Colors of #DF349E
Black with #DF349E
Text Example
Text Example
White with #DF349E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF349E; }
p { color: rgb(223,52,158); }
H1.HeaderClassName
{
color: #DF349E;
}
.AnyTagClassName
{
color: #DF349E;
}
</style>
background-color css
<style>
a { background-color: #DF349E; }
a { background-color: rgb(223,52,158); }
div.DivClassName
{
background-color: #DF349E;
}
.BgClassName
{
background-color: #DF349E;
}
</style>
border-color css
<style>
span { border-color: #DF349E; }
span { border-color: rgb(223,52,158); }
td.TdClassName
{
border-color: #DF349E;
}
.TagClassName
{
border-color: #DF349E;
}
</style>