Shades of Deep Cerise #DF348F
Tints of Deep Cerise #DF348F
RGB
CMYK
RGB Variations
Color information
#DF348F (or 0xDF348F) is known color: Deep Cerise. HEX triplet: DF, 34 and 8F. RGB value is (223,52,143). Sum of RGB (Red+Green+Blue) = 223+52+143=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF348F is #20CB70. Grayscale: #717171. Windows color (decimal): -2149233 or 9385183. OLE color: 9385183.
HSL color Cylindrical-coordinate representation of color #DF348F: hue angle of 328.07º 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 #DF348F is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 143 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.13 |
| HSL | 328.07º | 0.73% | 0.54% | - |
| HSV(B) | 328.07º | 0.77% | 0.87% | - |
| XYZ | 36.62 | 20.13 | 27.94 | - |
| YUV | 113.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 143 | 0 | 0.77 | 0.36 | 0.13 | 328.07 | 0.73 | 0.54 |
| Hex | DF | 34 | 8F | 0 | 4D | 24 | D | 148 | 49 | 36 |
| Octal | 337 | 64 | 217 | 0 | 115 | 44 | 15 | 510 | 111 | 66 |
| Binary | 11011111 | 110100 | 10001111 | 0 | 1001101 | 100100 | 1101 | 101001000 | 1001001 | 110110 |
Color Harmonies of #DF348F
Complementary color
Monochromatic Colors of #DF348F
Black with #DF348F
Text Example
Text Example
White with #DF348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF348F; }
p { color: rgb(223,52,143); }
H1.HeaderClassName
{
color: #DF348F;
}
.AnyTagClassName
{
color: #DF348F;
}
</style>
background-color css
<style>
a { background-color: #DF348F; }
a { background-color: rgb(223,52,143); }
div.DivClassName
{
background-color: #DF348F;
}
.BgClassName
{
background-color: #DF348F;
}
</style>
border-color css
<style>
span { border-color: #DF348F; }
span { border-color: rgb(223,52,143); }
td.TdClassName
{
border-color: #DF348F;
}
.TagClassName
{
border-color: #DF348F;
}
</style>