Shades of Deep Cerise #DF299A
Tints of Deep Cerise #DF299A
RGB
CMYK
RGB Variations
Color information
#DF299A (or 0xDF299A) is known color: Deep Cerise. HEX triplet: DF, 29 and 9A. RGB value is (223,41,154). Sum of RGB (Red+Green+Blue) = 223+41+154=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF299A is #20D665. Grayscale: #6C6C6C. Windows color (decimal): -2152038 or 10103263. OLE color: 10103263.
HSL color Cylindrical-coordinate representation of color #DF299A: hue angle of 322.75º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF299A is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 154 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.13 |
| HSL | 322.75º | 0.74% | 0.52% | - |
| HSV(B) | 322.75º | 0.82% | 0.87% | - |
| XYZ | 37.06 | 19.61 | 32.4 | - |
| YUV | 108.3 | 153.8 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 154 | 0 | 0.82 | 0.31 | 0.13 | 322.75 | 0.74 | 0.52 |
| Hex | DF | 29 | 9A | 0 | 52 | 1F | D | 143 | 4A | 34 |
| Octal | 337 | 51 | 232 | 0 | 122 | 37 | 15 | 503 | 112 | 64 |
| Binary | 11011111 | 101001 | 10011010 | 0 | 1010010 | 11111 | 1101 | 101000011 | 1001010 | 110100 |
Color Harmonies of #DF299A
Complementary color
Monochromatic Colors of #DF299A
Black with #DF299A
Text Example
Text Example
White with #DF299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF299A; }
p { color: rgb(223,41,154); }
H1.HeaderClassName
{
color: #DF299A;
}
.AnyTagClassName
{
color: #DF299A;
}
</style>
background-color css
<style>
a { background-color: #DF299A; }
a { background-color: rgb(223,41,154); }
div.DivClassName
{
background-color: #DF299A;
}
.BgClassName
{
background-color: #DF299A;
}
</style>
border-color css
<style>
span { border-color: #DF299A; }
span { border-color: rgb(223,41,154); }
td.TdClassName
{
border-color: #DF299A;
}
.TagClassName
{
border-color: #DF299A;
}
</style>