Shades of Deep Cerise #DF369D
Tints of Deep Cerise #DF369D
RGB
CMYK
RGB Variations
Color information
#DF369D (or 0xDF369D) is known color: Deep Cerise. HEX triplet: DF, 36 and 9D. RGB value is (223,54,157). Sum of RGB (Red+Green+Blue) = 223+54+157=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF369D is #20C962. Grayscale: #747474. Windows color (decimal): -2148707 or 10303199. OLE color: 10303199.
HSL color Cylindrical-coordinate representation of color #DF369D: hue angle of 323.43º 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 #DF369D is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 157 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.13 |
| HSL | 323.43º | 0.73% | 0.54% | - |
| HSV(B) | 323.43º | 0.76% | 0.87% | - |
| XYZ | 37.84 | 20.76 | 33.91 | - |
| YUV | 116.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 157 | 0 | 0.76 | 0.30 | 0.13 | 323.43 | 0.73 | 0.54 |
| Hex | DF | 36 | 9D | 0 | 4C | 1E | D | 143 | 49 | 36 |
| Octal | 337 | 66 | 235 | 0 | 114 | 36 | 15 | 503 | 111 | 66 |
| Binary | 11011111 | 110110 | 10011101 | 0 | 1001100 | 11110 | 1101 | 101000011 | 1001001 | 110110 |
Color Harmonies of #DF369D
Complementary color
Monochromatic Colors of #DF369D
Black with #DF369D
Text Example
Text Example
White with #DF369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF369D; }
p { color: rgb(223,54,157); }
H1.HeaderClassName
{
color: #DF369D;
}
.AnyTagClassName
{
color: #DF369D;
}
</style>
background-color css
<style>
a { background-color: #DF369D; }
a { background-color: rgb(223,54,157); }
div.DivClassName
{
background-color: #DF369D;
}
.BgClassName
{
background-color: #DF369D;
}
</style>
border-color css
<style>
span { border-color: #DF369D; }
span { border-color: rgb(223,54,157); }
td.TdClassName
{
border-color: #DF369D;
}
.TagClassName
{
border-color: #DF369D;
}
</style>