Shades of Deep Cerise #DF3DA2
Tints of Deep Cerise #DF3DA2
RGB
CMYK
RGB Variations
Color information
#DF3DA2 (or 0xDF3DA2) is known color: Deep Cerise. HEX triplet: DF, 3D and A2. RGB value is (223,61,162). Sum of RGB (Red+Green+Blue) = 223+61+162=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3DA2 is #20C25D. Grayscale: #787878. Windows color (decimal): -2146910 or 10632671. OLE color: 10632671.
HSL color Cylindrical-coordinate representation of color #DF3DA2: hue angle of 322.59º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3DA2 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 162 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.13 |
| HSL | 322.59º | 0.72% | 0.56% | - |
| HSV(B) | 322.59º | 0.73% | 0.87% | - |
| XYZ | 38.62 | 21.63 | 36.32 | - |
| YUV | 120.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 162 | 0 | 0.73 | 0.27 | 0.13 | 322.59 | 0.72 | 0.56 |
| Hex | DF | 3D | A2 | 0 | 49 | 1B | D | 143 | 48 | 38 |
| Octal | 337 | 75 | 242 | 0 | 111 | 33 | 15 | 503 | 110 | 70 |
| Binary | 11011111 | 111101 | 10100010 | 0 | 1001001 | 11011 | 1101 | 101000011 | 1001000 | 111000 |
Color Harmonies of #DF3DA2
Complementary color
Monochromatic Colors of #DF3DA2
Black with #DF3DA2
Text Example
Text Example
White with #DF3DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3DA2; }
p { color: rgb(223,61,162); }
H1.HeaderClassName
{
color: #DF3DA2;
}
.AnyTagClassName
{
color: #DF3DA2;
}
</style>
background-color css
<style>
a { background-color: #DF3DA2; }
a { background-color: rgb(223,61,162); }
div.DivClassName
{
background-color: #DF3DA2;
}
.BgClassName
{
background-color: #DF3DA2;
}
</style>
border-color css
<style>
span { border-color: #DF3DA2; }
span { border-color: rgb(223,61,162); }
td.TdClassName
{
border-color: #DF3DA2;
}
.TagClassName
{
border-color: #DF3DA2;
}
</style>