Shades of Deep Cerise #DF279D
Tints of Deep Cerise #DF279D
RGB
CMYK
RGB Variations
Color information
#DF279D (or 0xDF279D) is known color: Deep Cerise. HEX triplet: DF, 27 and 9D. RGB value is (223,39,157). Sum of RGB (Red+Green+Blue) = 223+39+157=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF279D is #20D862. Grayscale: #6B6B6B. Windows color (decimal): -2152547 or 10299359. OLE color: 10299359.
HSL color Cylindrical-coordinate representation of color #DF279D: hue angle of 321.52º 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 #DF279D is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 157 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.13 |
| HSL | 321.52º | 0.74% | 0.51% | - |
| HSV(B) | 321.52º | 0.83% | 0.87% | - |
| XYZ | 37.24 | 19.57 | 33.71 | - |
| YUV | 107.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 157 | 0 | 0.83 | 0.30 | 0.13 | 321.52 | 0.74 | 0.51 |
| Hex | DF | 27 | 9D | 0 | 53 | 1E | D | 142 | 4A | 33 |
| Octal | 337 | 47 | 235 | 0 | 123 | 36 | 15 | 502 | 112 | 63 |
| Binary | 11011111 | 100111 | 10011101 | 0 | 1010011 | 11110 | 1101 | 101000010 | 1001010 | 110011 |
Color Harmonies of #DF279D
Complementary color
Monochromatic Colors of #DF279D
Black with #DF279D
Text Example
Text Example
White with #DF279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF279D; }
p { color: rgb(223,39,157); }
H1.HeaderClassName
{
color: #DF279D;
}
.AnyTagClassName
{
color: #DF279D;
}
</style>
background-color css
<style>
a { background-color: #DF279D; }
a { background-color: rgb(223,39,157); }
div.DivClassName
{
background-color: #DF279D;
}
.BgClassName
{
background-color: #DF279D;
}
</style>
border-color css
<style>
span { border-color: #DF279D; }
span { border-color: rgb(223,39,157); }
td.TdClassName
{
border-color: #DF279D;
}
.TagClassName
{
border-color: #DF279D;
}
</style>