Shades of Deep Cerise #DF238A
Tints of Deep Cerise #DF238A
RGB
CMYK
RGB Variations
Color information
#DF238A (or 0xDF238A) is known color: Deep Cerise. HEX triplet: DF, 23 and 8A. RGB value is (223,35,138). Sum of RGB (Red+Green+Blue) = 223+35+138=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF238A is #20DC75. Grayscale: #666666. Windows color (decimal): -2153590 or 9053151. OLE color: 9053151.
HSL color Cylindrical-coordinate representation of color #DF238A: hue angle of 327.13º 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 #DF238A is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 138 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.13 |
| HSL | 327.13º | 0.75% | 0.51% | - |
| HSV(B) | 327.13º | 0.84% | 0.87% | - |
| XYZ | 35.62 | 18.73 | 25.78 | - |
| YUV | 102.95 | 147.78 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 138 | 0 | 0.84 | 0.38 | 0.13 | 327.13 | 0.75 | 0.51 |
| Hex | DF | 23 | 8A | 0 | 54 | 26 | D | 147 | 4B | 33 |
| Octal | 337 | 43 | 212 | 0 | 124 | 46 | 15 | 507 | 113 | 63 |
| Binary | 11011111 | 100011 | 10001010 | 0 | 1010100 | 100110 | 1101 | 101000111 | 1001011 | 110011 |
Color Harmonies of #DF238A
Complementary color
Monochromatic Colors of #DF238A
Black with #DF238A
Text Example
Text Example
White with #DF238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF238A; }
p { color: rgb(223,35,138); }
H1.HeaderClassName
{
color: #DF238A;
}
.AnyTagClassName
{
color: #DF238A;
}
</style>
background-color css
<style>
a { background-color: #DF238A; }
a { background-color: rgb(223,35,138); }
div.DivClassName
{
background-color: #DF238A;
}
.BgClassName
{
background-color: #DF238A;
}
</style>
border-color css
<style>
span { border-color: #DF238A; }
span { border-color: rgb(223,35,138); }
td.TdClassName
{
border-color: #DF238A;
}
.TagClassName
{
border-color: #DF238A;
}
</style>