Shades of Deep Cerise #DF237B
Tints of Deep Cerise #DF237B
RGB
CMYK
RGB Variations
Color information
#DF237B (or 0xDF237B) is known color: Deep Cerise. HEX triplet: DF, 23 and 7B. RGB value is (223,35,123). Sum of RGB (Red+Green+Blue) = 223+35+123=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF237B is #20DC84. Grayscale: #656565. Windows color (decimal): -2153605 or 8070111. OLE color: 8070111.
HSL color Cylindrical-coordinate representation of color #DF237B: hue angle of 331.91º 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 #DF237B is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 123 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.13 |
| HSL | 331.91º | 0.75% | 0.51% | - |
| HSV(B) | 331.91º | 0.84% | 0.87% | - |
| XYZ | 34.61 | 18.32 | 20.45 | - |
| YUV | 101.24 | 140.28 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 123 | 0 | 0.84 | 0.45 | 0.13 | 331.91 | 0.75 | 0.51 |
| Hex | DF | 23 | 7B | 0 | 54 | 2D | D | 14C | 4B | 33 |
| Octal | 337 | 43 | 173 | 0 | 124 | 55 | 15 | 514 | 113 | 63 |
| Binary | 11011111 | 100011 | 1111011 | 0 | 1010100 | 101101 | 1101 | 101001100 | 1001011 | 110011 |
Color Harmonies of #DF237B
Complementary color
Monochromatic Colors of #DF237B
Black with #DF237B
Text Example
Text Example
White with #DF237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF237B; }
p { color: rgb(223,35,123); }
H1.HeaderClassName
{
color: #DF237B;
}
.AnyTagClassName
{
color: #DF237B;
}
</style>
background-color css
<style>
a { background-color: #DF237B; }
a { background-color: rgb(223,35,123); }
div.DivClassName
{
background-color: #DF237B;
}
.BgClassName
{
background-color: #DF237B;
}
</style>
border-color css
<style>
span { border-color: #DF237B; }
span { border-color: rgb(223,35,123); }
td.TdClassName
{
border-color: #DF237B;
}
.TagClassName
{
border-color: #DF237B;
}
</style>