Shades of Deep Cerise #DF3DA0
Tints of Deep Cerise #DF3DA0
RGB
CMYK
RGB Variations
Color information
#DF3DA0 (or 0xDF3DA0) is known color: Deep Cerise. HEX triplet: DF, 3D and A0. RGB value is (223,61,160). Sum of RGB (Red+Green+Blue) = 223+61+160=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3DA0 is #20C25F. Grayscale: #787878. Windows color (decimal): -2146912 or 10501599. OLE color: 10501599.
HSL color Cylindrical-coordinate representation of color #DF3DA0: hue angle of 323.33º 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 #DF3DA0 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 160 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.13 |
| HSL | 323.33º | 0.72% | 0.56% | - |
| HSV(B) | 323.33º | 0.73% | 0.87% | - |
| XYZ | 38.45 | 21.56 | 35.39 | - |
| YUV | 120.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 160 | 0 | 0.73 | 0.28 | 0.13 | 323.33 | 0.72 | 0.56 |
| Hex | DF | 3D | A0 | 0 | 49 | 1C | D | 143 | 48 | 38 |
| Octal | 337 | 75 | 240 | 0 | 111 | 34 | 15 | 503 | 110 | 70 |
| Binary | 11011111 | 111101 | 10100000 | 0 | 1001001 | 11100 | 1101 | 101000011 | 1001000 | 111000 |
Color Harmonies of #DF3DA0
Complementary color
Monochromatic Colors of #DF3DA0
Black with #DF3DA0
Text Example
Text Example
White with #DF3DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3DA0; }
p { color: rgb(223,61,160); }
H1.HeaderClassName
{
color: #DF3DA0;
}
.AnyTagClassName
{
color: #DF3DA0;
}
</style>
background-color css
<style>
a { background-color: #DF3DA0; }
a { background-color: rgb(223,61,160); }
div.DivClassName
{
background-color: #DF3DA0;
}
.BgClassName
{
background-color: #DF3DA0;
}
</style>
border-color css
<style>
span { border-color: #DF3DA0; }
span { border-color: rgb(223,61,160); }
td.TdClassName
{
border-color: #DF3DA0;
}
.TagClassName
{
border-color: #DF3DA0;
}
</style>