Shades of Deep Cerise #DF259D
Tints of Deep Cerise #DF259D
RGB
CMYK
RGB Variations
Color information
#DF259D (or 0xDF259D) is known color: Deep Cerise. HEX triplet: DF, 25 and 9D. RGB value is (223,37,157). Sum of RGB (Red+Green+Blue) = 223+37+157=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF259D is #20DA62. Grayscale: #696969. Windows color (decimal): -2153059 or 10298847. OLE color: 10298847.
HSL color Cylindrical-coordinate representation of color #DF259D: hue angle of 321.29º 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 #DF259D is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 157 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.13 |
| HSL | 321.29º | 0.74% | 0.51% | - |
| HSV(B) | 321.29º | 0.83% | 0.87% | - |
| XYZ | 37.18 | 19.45 | 33.69 | - |
| YUV | 106.29 | 156.62 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 157 | 0 | 0.83 | 0.30 | 0.13 | 321.29 | 0.74 | 0.51 |
| Hex | DF | 25 | 9D | 0 | 53 | 1E | D | 141 | 4A | 33 |
| Octal | 337 | 45 | 235 | 0 | 123 | 36 | 15 | 501 | 112 | 63 |
| Binary | 11011111 | 100101 | 10011101 | 0 | 1010011 | 11110 | 1101 | 101000001 | 1001010 | 110011 |
Color Harmonies of #DF259D
Complementary color
Monochromatic Colors of #DF259D
Black with #DF259D
Text Example
Text Example
White with #DF259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF259D; }
p { color: rgb(223,37,157); }
H1.HeaderClassName
{
color: #DF259D;
}
.AnyTagClassName
{
color: #DF259D;
}
</style>
background-color css
<style>
a { background-color: #DF259D; }
a { background-color: rgb(223,37,157); }
div.DivClassName
{
background-color: #DF259D;
}
.BgClassName
{
background-color: #DF259D;
}
</style>
border-color css
<style>
span { border-color: #DF259D; }
span { border-color: rgb(223,37,157); }
td.TdClassName
{
border-color: #DF259D;
}
.TagClassName
{
border-color: #DF259D;
}
</style>