Shades of Deep Cerise #DF348E
Tints of Deep Cerise #DF348E
RGB
CMYK
RGB Variations
Color information
#DF348E (or 0xDF348E) is known color: Deep Cerise. HEX triplet: DF, 34 and 8E. RGB value is (223,52,142). Sum of RGB (Red+Green+Blue) = 223+52+142=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF348E is #20CB71. Grayscale: #717171. Windows color (decimal): -2149234 or 9319647. OLE color: 9319647.
HSL color Cylindrical-coordinate representation of color #DF348E: hue angle of 328.42º 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 #DF348E is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 142 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.13 |
| HSL | 328.42º | 0.73% | 0.54% | - |
| HSV(B) | 328.42º | 0.77% | 0.87% | - |
| XYZ | 36.54 | 20.1 | 27.54 | - |
| YUV | 113.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 142 | 0 | 0.77 | 0.36 | 0.13 | 328.42 | 0.73 | 0.54 |
| Hex | DF | 34 | 8E | 0 | 4D | 24 | D | 148 | 49 | 36 |
| Octal | 337 | 64 | 216 | 0 | 115 | 44 | 15 | 510 | 111 | 66 |
| Binary | 11011111 | 110100 | 10001110 | 0 | 1001101 | 100100 | 1101 | 101001000 | 1001001 | 110110 |
Color Harmonies of #DF348E
Complementary color
Monochromatic Colors of #DF348E
Black with #DF348E
Text Example
Text Example
White with #DF348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF348E; }
p { color: rgb(223,52,142); }
H1.HeaderClassName
{
color: #DF348E;
}
.AnyTagClassName
{
color: #DF348E;
}
</style>
background-color css
<style>
a { background-color: #DF348E; }
a { background-color: rgb(223,52,142); }
div.DivClassName
{
background-color: #DF348E;
}
.BgClassName
{
background-color: #DF348E;
}
</style>
border-color css
<style>
span { border-color: #DF348E; }
span { border-color: rgb(223,52,142); }
td.TdClassName
{
border-color: #DF348E;
}
.TagClassName
{
border-color: #DF348E;
}
</style>