Shades of Deep Cerise #DF3AA2
Tints of Deep Cerise #DF3AA2
RGB
CMYK
RGB Variations
Color information
#DF3AA2 (or 0xDF3AA2) is known color: Deep Cerise. HEX triplet: DF, 3A and A2. RGB value is (223,58,162). Sum of RGB (Red+Green+Blue) = 223+58+162=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3AA2 is #20C55D. Grayscale: #767676. Windows color (decimal): -2147678 or 10631903. OLE color: 10631903.
HSL color Cylindrical-coordinate representation of color #DF3AA2: hue angle of 322.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3AA2 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 162 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.13 |
| HSL | 322.18º | 0.72% | 0.55% | - |
| HSV(B) | 322.18º | 0.74% | 0.87% | - |
| XYZ | 38.47 | 21.32 | 36.27 | - |
| YUV | 119.19 | 152.16 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 162 | 0 | 0.74 | 0.27 | 0.13 | 322.18 | 0.72 | 0.55 |
| Hex | DF | 3A | A2 | 0 | 4A | 1B | D | 142 | 48 | 37 |
| Octal | 337 | 72 | 242 | 0 | 112 | 33 | 15 | 502 | 110 | 67 |
| Binary | 11011111 | 111010 | 10100010 | 0 | 1001010 | 11011 | 1101 | 101000010 | 1001000 | 110111 |
Color Harmonies of #DF3AA2
Complementary color
Monochromatic Colors of #DF3AA2
Black with #DF3AA2
Text Example
Text Example
White with #DF3AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3AA2; }
p { color: rgb(223,58,162); }
H1.HeaderClassName
{
color: #DF3AA2;
}
.AnyTagClassName
{
color: #DF3AA2;
}
</style>
background-color css
<style>
a { background-color: #DF3AA2; }
a { background-color: rgb(223,58,162); }
div.DivClassName
{
background-color: #DF3AA2;
}
.BgClassName
{
background-color: #DF3AA2;
}
</style>
border-color css
<style>
span { border-color: #DF3AA2; }
span { border-color: rgb(223,58,162); }
td.TdClassName
{
border-color: #DF3AA2;
}
.TagClassName
{
border-color: #DF3AA2;
}
</style>