Shades of Deep Cerise #DF279F
Tints of Deep Cerise #DF279F
RGB
CMYK
RGB Variations
Color information
#DF279F (or 0xDF279F) is known color: Deep Cerise. HEX triplet: DF, 27 and 9F. RGB value is (223,39,159). Sum of RGB (Red+Green+Blue) = 223+39+159=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF279F is #20D860. Grayscale: #6B6B6B. Windows color (decimal): -2152545 or 10430431. OLE color: 10430431.
HSL color Cylindrical-coordinate representation of color #DF279F: hue angle of 320.87º 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 #DF279F is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 159 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.13 |
| HSL | 320.87º | 0.74% | 0.51% | - |
| HSV(B) | 320.87º | 0.83% | 0.87% | - |
| XYZ | 37.41 | 19.64 | 34.62 | - |
| YUV | 107.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 159 | 0 | 0.83 | 0.29 | 0.13 | 320.87 | 0.74 | 0.51 |
| Hex | DF | 27 | 9F | 0 | 53 | 1D | D | 141 | 4A | 33 |
| Octal | 337 | 47 | 237 | 0 | 123 | 35 | 15 | 501 | 112 | 63 |
| Binary | 11011111 | 100111 | 10011111 | 0 | 1010011 | 11101 | 1101 | 101000001 | 1001010 | 110011 |
Color Harmonies of #DF279F
Complementary color
Monochromatic Colors of #DF279F
Black with #DF279F
Text Example
Text Example
White with #DF279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF279F; }
p { color: rgb(223,39,159); }
H1.HeaderClassName
{
color: #DF279F;
}
.AnyTagClassName
{
color: #DF279F;
}
</style>
background-color css
<style>
a { background-color: #DF279F; }
a { background-color: rgb(223,39,159); }
div.DivClassName
{
background-color: #DF279F;
}
.BgClassName
{
background-color: #DF279F;
}
</style>
border-color css
<style>
span { border-color: #DF279F; }
span { border-color: rgb(223,39,159); }
td.TdClassName
{
border-color: #DF279F;
}
.TagClassName
{
border-color: #DF279F;
}
</style>