Shades of Deep Cerise #DF259A
Tints of Deep Cerise #DF259A
RGB
CMYK
RGB Variations
Color information
#DF259A (or 0xDF259A) is known color: Deep Cerise. HEX triplet: DF, 25 and 9A. RGB value is (223,37,154). Sum of RGB (Red+Green+Blue) = 223+37+154=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF259A is #20DA65. Grayscale: #696969. Windows color (decimal): -2153062 or 10102239. OLE color: 10102239.
HSL color Cylindrical-coordinate representation of color #DF259A: hue angle of 322.26º 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 #DF259A is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 154 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.13 |
| HSL | 322.26º | 0.74% | 0.51% | - |
| HSV(B) | 322.26º | 0.83% | 0.87% | - |
| XYZ | 36.93 | 19.34 | 32.36 | - |
| YUV | 105.95 | 155.12 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 154 | 0 | 0.83 | 0.31 | 0.13 | 322.26 | 0.74 | 0.51 |
| Hex | DF | 25 | 9A | 0 | 53 | 1F | D | 142 | 4A | 33 |
| Octal | 337 | 45 | 232 | 0 | 123 | 37 | 15 | 502 | 112 | 63 |
| Binary | 11011111 | 100101 | 10011010 | 0 | 1010011 | 11111 | 1101 | 101000010 | 1001010 | 110011 |
Color Harmonies of #DF259A
Complementary color
Monochromatic Colors of #DF259A
Black with #DF259A
Text Example
Text Example
White with #DF259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF259A; }
p { color: rgb(223,37,154); }
H1.HeaderClassName
{
color: #DF259A;
}
.AnyTagClassName
{
color: #DF259A;
}
</style>
background-color css
<style>
a { background-color: #DF259A; }
a { background-color: rgb(223,37,154); }
div.DivClassName
{
background-color: #DF259A;
}
.BgClassName
{
background-color: #DF259A;
}
</style>
border-color css
<style>
span { border-color: #DF259A; }
span { border-color: rgb(223,37,154); }
td.TdClassName
{
border-color: #DF259A;
}
.TagClassName
{
border-color: #DF259A;
}
</style>