Shades of Deep Cerise #DF398E
Tints of Deep Cerise #DF398E
RGB
CMYK
RGB Variations
Color information
#DF398E (or 0xDF398E) is known color: Deep Cerise. HEX triplet: DF, 39 and 8E. RGB value is (223,57,142). Sum of RGB (Red+Green+Blue) = 223+57+142=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF398E is #20C671. Grayscale: #747474. Windows color (decimal): -2147954 or 9320927. OLE color: 9320927.
HSL color Cylindrical-coordinate representation of color #DF398E: hue angle of 329.28º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF398E is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 142 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.13 |
| HSL | 329.28º | 0.72% | 0.55% | - |
| HSV(B) | 329.28º | 0.74% | 0.87% | - |
| XYZ | 36.78 | 20.57 | 27.62 | - |
| YUV | 116.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 142 | 0 | 0.74 | 0.36 | 0.13 | 329.28 | 0.72 | 0.55 |
| Hex | DF | 39 | 8E | 0 | 4A | 24 | D | 149 | 48 | 37 |
| Octal | 337 | 71 | 216 | 0 | 112 | 44 | 15 | 511 | 110 | 67 |
| Binary | 11011111 | 111001 | 10001110 | 0 | 1001010 | 100100 | 1101 | 101001001 | 1001000 | 110111 |
Color Harmonies of #DF398E
Complementary color
Monochromatic Colors of #DF398E
Black with #DF398E
Text Example
Text Example
White with #DF398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF398E; }
p { color: rgb(223,57,142); }
H1.HeaderClassName
{
color: #DF398E;
}
.AnyTagClassName
{
color: #DF398E;
}
</style>
background-color css
<style>
a { background-color: #DF398E; }
a { background-color: rgb(223,57,142); }
div.DivClassName
{
background-color: #DF398E;
}
.BgClassName
{
background-color: #DF398E;
}
</style>
border-color css
<style>
span { border-color: #DF398E; }
span { border-color: rgb(223,57,142); }
td.TdClassName
{
border-color: #DF398E;
}
.TagClassName
{
border-color: #DF398E;
}
</style>