Shades of Deep Cerise #DF228E
Tints of Deep Cerise #DF228E
RGB
CMYK
RGB Variations
Color information
#DF228E (or 0xDF228E) is known color: Deep Cerise. HEX triplet: DF, 22 and 8E. RGB value is (223,34,142). Sum of RGB (Red+Green+Blue) = 223+34+142=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF228E is #20DD71. Grayscale: #666666. Windows color (decimal): -2153842 or 9315039. OLE color: 9315039.
HSL color Cylindrical-coordinate representation of color #DF228E: hue angle of 325.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF228E is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 142 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.13 |
| HSL | 325.71º | 0.75% | 0.5% | - |
| HSV(B) | 325.71º | 0.85% | 0.87% | - |
| XYZ | 35.89 | 18.79 | 27.33 | - |
| YUV | 102.82 | 150.12 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 142 | 0 | 0.85 | 0.36 | 0.13 | 325.71 | 0.75 | 0.5 |
| Hex | DF | 22 | 8E | 0 | 55 | 24 | D | 146 | 4B | 32 |
| Octal | 337 | 42 | 216 | 0 | 125 | 44 | 15 | 506 | 113 | 62 |
| Binary | 11011111 | 100010 | 10001110 | 0 | 1010101 | 100100 | 1101 | 101000110 | 1001011 | 110010 |
Color Harmonies of #DF228E
Complementary color
Monochromatic Colors of #DF228E
Black with #DF228E
Text Example
Text Example
White with #DF228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF228E; }
p { color: rgb(223,34,142); }
H1.HeaderClassName
{
color: #DF228E;
}
.AnyTagClassName
{
color: #DF228E;
}
</style>
background-color css
<style>
a { background-color: #DF228E; }
a { background-color: rgb(223,34,142); }
div.DivClassName
{
background-color: #DF228E;
}
.BgClassName
{
background-color: #DF228E;
}
</style>
border-color css
<style>
span { border-color: #DF228E; }
span { border-color: rgb(223,34,142); }
td.TdClassName
{
border-color: #DF228E;
}
.TagClassName
{
border-color: #DF228E;
}
</style>