Shades of Deep Cerise #DF279A
Tints of Deep Cerise #DF279A
RGB
CMYK
RGB Variations
Color information
#DF279A (or 0xDF279A) is known color: Deep Cerise. HEX triplet: DF, 27 and 9A. RGB value is (223,39,154). Sum of RGB (Red+Green+Blue) = 223+39+154=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF279A is #20D865. Grayscale: #6A6A6A. Windows color (decimal): -2152550 or 10102751. OLE color: 10102751.
HSL color Cylindrical-coordinate representation of color #DF279A: hue angle of 322.5º 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 #DF279A is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 154 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.13 |
| HSL | 322.5º | 0.74% | 0.51% | - |
| HSV(B) | 322.5º | 0.83% | 0.87% | - |
| XYZ | 36.99 | 19.47 | 32.38 | - |
| YUV | 107.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 154 | 0 | 0.83 | 0.31 | 0.13 | 322.5 | 0.74 | 0.51 |
| Hex | DF | 27 | 9A | 0 | 53 | 1F | D | 142 | 4A | 33 |
| Octal | 337 | 47 | 232 | 0 | 123 | 37 | 15 | 502 | 112 | 63 |
| Binary | 11011111 | 100111 | 10011010 | 0 | 1010011 | 11111 | 1101 | 101000010 | 1001010 | 110011 |
Color Harmonies of #DF279A
Complementary color
Monochromatic Colors of #DF279A
Black with #DF279A
Text Example
Text Example
White with #DF279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF279A; }
p { color: rgb(223,39,154); }
H1.HeaderClassName
{
color: #DF279A;
}
.AnyTagClassName
{
color: #DF279A;
}
</style>
background-color css
<style>
a { background-color: #DF279A; }
a { background-color: rgb(223,39,154); }
div.DivClassName
{
background-color: #DF279A;
}
.BgClassName
{
background-color: #DF279A;
}
</style>
border-color css
<style>
span { border-color: #DF279A; }
span { border-color: rgb(223,39,154); }
td.TdClassName
{
border-color: #DF279A;
}
.TagClassName
{
border-color: #DF279A;
}
</style>