Shades of Deep Cerise #DF2A9A
Tints of Deep Cerise #DF2A9A
RGB
CMYK
RGB Variations
Color information
#DF2A9A (or 0xDF2A9A) is known color: Deep Cerise. HEX triplet: DF, 2A and 9A. RGB value is (223,42,154). Sum of RGB (Red+Green+Blue) = 223+42+154=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2A9A is #20D565. Grayscale: #6C6C6C. Windows color (decimal): -2151782 or 10103519. OLE color: 10103519.
HSL color Cylindrical-coordinate representation of color #DF2A9A: hue angle of 322.87º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2A9A is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 154 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.13 |
| HSL | 322.87º | 0.74% | 0.52% | - |
| HSV(B) | 322.87º | 0.81% | 0.87% | - |
| XYZ | 37.09 | 19.68 | 32.41 | - |
| YUV | 108.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 154 | 0 | 0.81 | 0.31 | 0.13 | 322.87 | 0.74 | 0.52 |
| Hex | DF | 2A | 9A | 0 | 51 | 1F | D | 143 | 4A | 34 |
| Octal | 337 | 52 | 232 | 0 | 121 | 37 | 15 | 503 | 112 | 64 |
| Binary | 11011111 | 101010 | 10011010 | 0 | 1010001 | 11111 | 1101 | 101000011 | 1001010 | 110100 |
Color Harmonies of #DF2A9A
Complementary color
Monochromatic Colors of #DF2A9A
Black with #DF2A9A
Text Example
Text Example
White with #DF2A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A9A; }
p { color: rgb(223,42,154); }
H1.HeaderClassName
{
color: #DF2A9A;
}
.AnyTagClassName
{
color: #DF2A9A;
}
</style>
background-color css
<style>
a { background-color: #DF2A9A; }
a { background-color: rgb(223,42,154); }
div.DivClassName
{
background-color: #DF2A9A;
}
.BgClassName
{
background-color: #DF2A9A;
}
</style>
border-color css
<style>
span { border-color: #DF2A9A; }
span { border-color: rgb(223,42,154); }
td.TdClassName
{
border-color: #DF2A9A;
}
.TagClassName
{
border-color: #DF2A9A;
}
</style>