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