Shades of Deep Cerise #DF259C
Tints of Deep Cerise #DF259C
RGB
CMYK
RGB Variations
Color information
#DF259C (or 0xDF259C) is known color: Deep Cerise. HEX triplet: DF, 25 and 9C. RGB value is (223,37,156). Sum of RGB (Red+Green+Blue) = 223+37+156=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF259C is #20DA63. Grayscale: #696969. Windows color (decimal): -2153060 or 10233311. OLE color: 10233311.
HSL color Cylindrical-coordinate representation of color #DF259C: hue angle of 321.61º 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 #DF259C is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 156 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.13 |
| HSL | 321.61º | 0.74% | 0.51% | - |
| HSV(B) | 321.61º | 0.83% | 0.87% | - |
| XYZ | 37.09 | 19.41 | 33.24 | - |
| YUV | 106.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 156 | 0 | 0.83 | 0.30 | 0.13 | 321.61 | 0.74 | 0.51 |
| Hex | DF | 25 | 9C | 0 | 53 | 1E | D | 142 | 4A | 33 |
| Octal | 337 | 45 | 234 | 0 | 123 | 36 | 15 | 502 | 112 | 63 |
| Binary | 11011111 | 100101 | 10011100 | 0 | 1010011 | 11110 | 1101 | 101000010 | 1001010 | 110011 |
Color Harmonies of #DF259C
Complementary color
Monochromatic Colors of #DF259C
Black with #DF259C
Text Example
Text Example
White with #DF259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF259C; }
p { color: rgb(223,37,156); }
H1.HeaderClassName
{
color: #DF259C;
}
.AnyTagClassName
{
color: #DF259C;
}
</style>
background-color css
<style>
a { background-color: #DF259C; }
a { background-color: rgb(223,37,156); }
div.DivClassName
{
background-color: #DF259C;
}
.BgClassName
{
background-color: #DF259C;
}
</style>
border-color css
<style>
span { border-color: #DF259C; }
span { border-color: rgb(223,37,156); }
td.TdClassName
{
border-color: #DF259C;
}
.TagClassName
{
border-color: #DF259C;
}
</style>