Shades of Deep Cerise #DF258A
Tints of Deep Cerise #DF258A
RGB
CMYK
RGB Variations
Color information
#DF258A (or 0xDF258A) is known color: Deep Cerise. HEX triplet: DF, 25 and 8A. RGB value is (223,37,138). Sum of RGB (Red+Green+Blue) = 223+37+138=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF258A is #20DA75. Grayscale: #676767. Windows color (decimal): -2153078 or 9053663. OLE color: 9053663.
HSL color Cylindrical-coordinate representation of color #DF258A: hue angle of 327.42º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF258A is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 138 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.13 |
| HSL | 327.42º | 0.74% | 0.51% | - |
| HSV(B) | 327.42º | 0.83% | 0.87% | - |
| XYZ | 35.68 | 18.85 | 25.8 | - |
| YUV | 104.13 | 147.12 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 138 | 0 | 0.83 | 0.38 | 0.13 | 327.42 | 0.74 | 0.51 |
| Hex | DF | 25 | 8A | 0 | 53 | 26 | D | 147 | 4A | 33 |
| Octal | 337 | 45 | 212 | 0 | 123 | 46 | 15 | 507 | 112 | 63 |
| Binary | 11011111 | 100101 | 10001010 | 0 | 1010011 | 100110 | 1101 | 101000111 | 1001010 | 110011 |
Color Harmonies of #DF258A
Complementary color
Monochromatic Colors of #DF258A
Black with #DF258A
Text Example
Text Example
White with #DF258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF258A; }
p { color: rgb(223,37,138); }
H1.HeaderClassName
{
color: #DF258A;
}
.AnyTagClassName
{
color: #DF258A;
}
</style>
background-color css
<style>
a { background-color: #DF258A; }
a { background-color: rgb(223,37,138); }
div.DivClassName
{
background-color: #DF258A;
}
.BgClassName
{
background-color: #DF258A;
}
</style>
border-color css
<style>
span { border-color: #DF258A; }
span { border-color: rgb(223,37,138); }
td.TdClassName
{
border-color: #DF258A;
}
.TagClassName
{
border-color: #DF258A;
}
</style>