Shades of Deep Cerise #DF269F
Tints of Deep Cerise #DF269F
RGB
CMYK
RGB Variations
Color information
#DF269F (or 0xDF269F) is known color: Deep Cerise. HEX triplet: DF, 26 and 9F. RGB value is (223,38,159). Sum of RGB (Red+Green+Blue) = 223+38+159=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF269F is #20D960. Grayscale: #6A6A6A. Windows color (decimal): -2152801 or 10430175. OLE color: 10430175.
HSL color Cylindrical-coordinate representation of color #DF269F: hue angle of 320.76º 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 #DF269F is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 159 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.13 |
| HSL | 320.76º | 0.74% | 0.51% | - |
| HSV(B) | 320.76º | 0.83% | 0.87% | - |
| XYZ | 37.38 | 19.58 | 34.61 | - |
| YUV | 107.11 | 157.29 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 159 | 0 | 0.83 | 0.29 | 0.13 | 320.76 | 0.74 | 0.51 |
| Hex | DF | 26 | 9F | 0 | 53 | 1D | D | 141 | 4A | 33 |
| Octal | 337 | 46 | 237 | 0 | 123 | 35 | 15 | 501 | 112 | 63 |
| Binary | 11011111 | 100110 | 10011111 | 0 | 1010011 | 11101 | 1101 | 101000001 | 1001010 | 110011 |
Color Harmonies of #DF269F
Complementary color
Monochromatic Colors of #DF269F
Black with #DF269F
Text Example
Text Example
White with #DF269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF269F; }
p { color: rgb(223,38,159); }
H1.HeaderClassName
{
color: #DF269F;
}
.AnyTagClassName
{
color: #DF269F;
}
</style>
background-color css
<style>
a { background-color: #DF269F; }
a { background-color: rgb(223,38,159); }
div.DivClassName
{
background-color: #DF269F;
}
.BgClassName
{
background-color: #DF269F;
}
</style>
border-color css
<style>
span { border-color: #DF269F; }
span { border-color: rgb(223,38,159); }
td.TdClassName
{
border-color: #DF269F;
}
.TagClassName
{
border-color: #DF269F;
}
</style>