Shades of Deep Cerise #DF237F
Tints of Deep Cerise #DF237F
RGB
CMYK
RGB Variations
Color information
#DF237F (or 0xDF237F) is known color: Deep Cerise. HEX triplet: DF, 23 and 7F. RGB value is (223,35,127). Sum of RGB (Red+Green+Blue) = 223+35+127=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF237F is #20DC80. Grayscale: #656565. Windows color (decimal): -2153601 or 8332255. OLE color: 8332255.
HSL color Cylindrical-coordinate representation of color #DF237F: hue angle of 330.64º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF237F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 127 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.13 |
| HSL | 330.64º | 0.75% | 0.51% | - |
| HSV(B) | 330.64º | 0.84% | 0.87% | - |
| XYZ | 34.86 | 18.42 | 21.8 | - |
| YUV | 101.7 | 142.28 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 127 | 0 | 0.84 | 0.43 | 0.13 | 330.64 | 0.75 | 0.51 |
| Hex | DF | 23 | 7F | 0 | 54 | 2B | D | 14B | 4B | 33 |
| Octal | 337 | 43 | 177 | 0 | 124 | 53 | 15 | 513 | 113 | 63 |
| Binary | 11011111 | 100011 | 1111111 | 0 | 1010100 | 101011 | 1101 | 101001011 | 1001011 | 110011 |
Color Harmonies of #DF237F
Complementary color
Monochromatic Colors of #DF237F
Black with #DF237F
Text Example
Text Example
White with #DF237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF237F; }
p { color: rgb(223,35,127); }
H1.HeaderClassName
{
color: #DF237F;
}
.AnyTagClassName
{
color: #DF237F;
}
</style>
background-color css
<style>
a { background-color: #DF237F; }
a { background-color: rgb(223,35,127); }
div.DivClassName
{
background-color: #DF237F;
}
.BgClassName
{
background-color: #DF237F;
}
</style>
border-color css
<style>
span { border-color: #DF237F; }
span { border-color: rgb(223,35,127); }
td.TdClassName
{
border-color: #DF237F;
}
.TagClassName
{
border-color: #DF237F;
}
</style>