Shades of Deep Cerise #DF259F
Tints of Deep Cerise #DF259F
RGB
CMYK
RGB Variations
Color information
#DF259F (or 0xDF259F) is known color: Deep Cerise. HEX triplet: DF, 25 and 9F. RGB value is (223,37,159). Sum of RGB (Red+Green+Blue) = 223+37+159=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF259F is #20DA60. Grayscale: #6A6A6A. Windows color (decimal): -2153057 or 10429919. OLE color: 10429919.
HSL color Cylindrical-coordinate representation of color #DF259F: hue angle of 320.65º 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 #DF259F is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 159 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.13 |
| HSL | 320.65º | 0.74% | 0.51% | - |
| HSV(B) | 320.65º | 0.83% | 0.87% | - |
| XYZ | 37.35 | 19.51 | 34.6 | - |
| YUV | 106.52 | 157.62 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 159 | 0 | 0.83 | 0.29 | 0.13 | 320.65 | 0.74 | 0.51 |
| Hex | DF | 25 | 9F | 0 | 53 | 1D | D | 141 | 4A | 33 |
| Octal | 337 | 45 | 237 | 0 | 123 | 35 | 15 | 501 | 112 | 63 |
| Binary | 11011111 | 100101 | 10011111 | 0 | 1010011 | 11101 | 1101 | 101000001 | 1001010 | 110011 |
Color Harmonies of #DF259F
Complementary color
Monochromatic Colors of #DF259F
Black with #DF259F
Text Example
Text Example
White with #DF259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF259F; }
p { color: rgb(223,37,159); }
H1.HeaderClassName
{
color: #DF259F;
}
.AnyTagClassName
{
color: #DF259F;
}
</style>
background-color css
<style>
a { background-color: #DF259F; }
a { background-color: rgb(223,37,159); }
div.DivClassName
{
background-color: #DF259F;
}
.BgClassName
{
background-color: #DF259F;
}
</style>
border-color css
<style>
span { border-color: #DF259F; }
span { border-color: rgb(223,37,159); }
td.TdClassName
{
border-color: #DF259F;
}
.TagClassName
{
border-color: #DF259F;
}
</style>