Shades of Deep Cerise #DF368F
Tints of Deep Cerise #DF368F
RGB
CMYK
RGB Variations
Color information
#DF368F (or 0xDF368F) is known color: Deep Cerise. HEX triplet: DF, 36 and 8F. RGB value is (223,54,143). Sum of RGB (Red+Green+Blue) = 223+54+143=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF368F is #20C970. Grayscale: #727272. Windows color (decimal): -2148721 or 9385695. OLE color: 9385695.
HSL color Cylindrical-coordinate representation of color #DF368F: hue angle of 328.4º 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 #DF368F is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 143 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.13 |
| HSL | 328.4º | 0.73% | 0.54% | - |
| HSV(B) | 328.4º | 0.76% | 0.87% | - |
| XYZ | 36.71 | 20.31 | 27.97 | - |
| YUV | 114.68 | 143.99 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 143 | 0 | 0.76 | 0.36 | 0.13 | 328.4 | 0.73 | 0.54 |
| Hex | DF | 36 | 8F | 0 | 4C | 24 | D | 148 | 49 | 36 |
| Octal | 337 | 66 | 217 | 0 | 114 | 44 | 15 | 510 | 111 | 66 |
| Binary | 11011111 | 110110 | 10001111 | 0 | 1001100 | 100100 | 1101 | 101001000 | 1001001 | 110110 |
Color Harmonies of #DF368F
Complementary color
Monochromatic Colors of #DF368F
Black with #DF368F
Text Example
Text Example
White with #DF368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF368F; }
p { color: rgb(223,54,143); }
H1.HeaderClassName
{
color: #DF368F;
}
.AnyTagClassName
{
color: #DF368F;
}
</style>
background-color css
<style>
a { background-color: #DF368F; }
a { background-color: rgb(223,54,143); }
div.DivClassName
{
background-color: #DF368F;
}
.BgClassName
{
background-color: #DF368F;
}
</style>
border-color css
<style>
span { border-color: #DF368F; }
span { border-color: rgb(223,54,143); }
td.TdClassName
{
border-color: #DF368F;
}
.TagClassName
{
border-color: #DF368F;
}
</style>