Shades of Deep Cerise #DF369F
Tints of Deep Cerise #DF369F
RGB
CMYK
RGB Variations
Color information
#DF369F (or 0xDF369F) is known color: Deep Cerise. HEX triplet: DF, 36 and 9F. RGB value is (223,54,159). Sum of RGB (Red+Green+Blue) = 223+54+159=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF369F is #20C960. Grayscale: #747474. Windows color (decimal): -2148705 or 10434271. OLE color: 10434271.
HSL color Cylindrical-coordinate representation of color #DF369F: hue angle of 322.72º 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 #DF369F is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 159 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.13 |
| HSL | 322.72º | 0.73% | 0.54% | - |
| HSV(B) | 322.72º | 0.76% | 0.87% | - |
| XYZ | 38.01 | 20.83 | 34.82 | - |
| YUV | 116.5 | 151.99 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 159 | 0 | 0.76 | 0.29 | 0.13 | 322.72 | 0.73 | 0.54 |
| Hex | DF | 36 | 9F | 0 | 4C | 1D | D | 143 | 49 | 36 |
| Octal | 337 | 66 | 237 | 0 | 114 | 35 | 15 | 503 | 111 | 66 |
| Binary | 11011111 | 110110 | 10011111 | 0 | 1001100 | 11101 | 1101 | 101000011 | 1001001 | 110110 |
Color Harmonies of #DF369F
Complementary color
Monochromatic Colors of #DF369F
Black with #DF369F
Text Example
Text Example
White with #DF369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF369F; }
p { color: rgb(223,54,159); }
H1.HeaderClassName
{
color: #DF369F;
}
.AnyTagClassName
{
color: #DF369F;
}
</style>
background-color css
<style>
a { background-color: #DF369F; }
a { background-color: rgb(223,54,159); }
div.DivClassName
{
background-color: #DF369F;
}
.BgClassName
{
background-color: #DF369F;
}
</style>
border-color css
<style>
span { border-color: #DF369F; }
span { border-color: rgb(223,54,159); }
td.TdClassName
{
border-color: #DF369F;
}
.TagClassName
{
border-color: #DF369F;
}
</style>