Shades of Deep Cerise #DF238B
Tints of Deep Cerise #DF238B
RGB
CMYK
RGB Variations
Color information
#DF238B (or 0xDF238B) is known color: Deep Cerise. HEX triplet: DF, 23 and 8B. RGB value is (223,35,139). Sum of RGB (Red+Green+Blue) = 223+35+139=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF238B is #20DC74. Grayscale: #666666. Windows color (decimal): -2153589 or 9118687. OLE color: 9118687.
HSL color Cylindrical-coordinate representation of color #DF238B: hue angle of 326.81º 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 #DF238B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 139 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.13 |
| HSL | 326.81º | 0.75% | 0.51% | - |
| HSV(B) | 326.81º | 0.84% | 0.87% | - |
| XYZ | 35.69 | 18.75 | 26.16 | - |
| YUV | 103.07 | 148.28 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 139 | 0 | 0.84 | 0.38 | 0.13 | 326.81 | 0.75 | 0.51 |
| Hex | DF | 23 | 8B | 0 | 54 | 26 | D | 147 | 4B | 33 |
| Octal | 337 | 43 | 213 | 0 | 124 | 46 | 15 | 507 | 113 | 63 |
| Binary | 11011111 | 100011 | 10001011 | 0 | 1010100 | 100110 | 1101 | 101000111 | 1001011 | 110011 |
Color Harmonies of #DF238B
Complementary color
Monochromatic Colors of #DF238B
Black with #DF238B
Text Example
Text Example
White with #DF238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF238B; }
p { color: rgb(223,35,139); }
H1.HeaderClassName
{
color: #DF238B;
}
.AnyTagClassName
{
color: #DF238B;
}
</style>
background-color css
<style>
a { background-color: #DF238B; }
a { background-color: rgb(223,35,139); }
div.DivClassName
{
background-color: #DF238B;
}
.BgClassName
{
background-color: #DF238B;
}
</style>
border-color css
<style>
span { border-color: #DF238B; }
span { border-color: rgb(223,35,139); }
td.TdClassName
{
border-color: #DF238B;
}
.TagClassName
{
border-color: #DF238B;
}
</style>