Shades of Deep Cerise #DF368B
Tints of Deep Cerise #DF368B
RGB
CMYK
RGB Variations
Color information
#DF368B (or 0xDF368B) is known color: Deep Cerise. HEX triplet: DF, 36 and 8B. RGB value is (223,54,139). Sum of RGB (Red+Green+Blue) = 223+54+139=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF368B is #20C974. Grayscale: #727272. Windows color (decimal): -2148725 or 9123551. OLE color: 9123551.
HSL color Cylindrical-coordinate representation of color #DF368B: hue angle of 329.82º 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 #DF368B is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 139 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.13 |
| HSL | 329.82º | 0.73% | 0.54% | - |
| HSV(B) | 329.82º | 0.76% | 0.87% | - |
| XYZ | 36.41 | 20.19 | 26.4 | - |
| YUV | 114.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 139 | 0 | 0.76 | 0.38 | 0.13 | 329.82 | 0.73 | 0.54 |
| Hex | DF | 36 | 8B | 0 | 4C | 26 | D | 14A | 49 | 36 |
| Octal | 337 | 66 | 213 | 0 | 114 | 46 | 15 | 512 | 111 | 66 |
| Binary | 11011111 | 110110 | 10001011 | 0 | 1001100 | 100110 | 1101 | 101001010 | 1001001 | 110110 |
Color Harmonies of #DF368B
Complementary color
Monochromatic Colors of #DF368B
Black with #DF368B
Text Example
Text Example
White with #DF368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF368B; }
p { color: rgb(223,54,139); }
H1.HeaderClassName
{
color: #DF368B;
}
.AnyTagClassName
{
color: #DF368B;
}
</style>
background-color css
<style>
a { background-color: #DF368B; }
a { background-color: rgb(223,54,139); }
div.DivClassName
{
background-color: #DF368B;
}
.BgClassName
{
background-color: #DF368B;
}
</style>
border-color css
<style>
span { border-color: #DF368B; }
span { border-color: rgb(223,54,139); }
td.TdClassName
{
border-color: #DF368B;
}
.TagClassName
{
border-color: #DF368B;
}
</style>