Shades of Deep Cerise #DF409D
Tints of Deep Cerise #DF409D
RGB
CMYK
RGB Variations
Color information
#DF409D (or 0xDF409D) is known color: Deep Cerise. HEX triplet: DF, 40 and 9D. RGB value is (223,64,157). Sum of RGB (Red+Green+Blue) = 223+64+157=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF409D is #20BF62. Grayscale: #797979. Windows color (decimal): -2146147 or 10305759. OLE color: 10305759.
HSL color Cylindrical-coordinate representation of color #DF409D: hue angle of 324.91º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF409D is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 157 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.13 |
| HSL | 324.91º | 0.71% | 0.56% | - |
| HSV(B) | 324.91º | 0.71% | 0.87% | - |
| XYZ | 38.35 | 21.79 | 34.08 | - |
| YUV | 122.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 157 | 0 | 0.71 | 0.30 | 0.13 | 324.91 | 0.71 | 0.56 |
| Hex | DF | 40 | 9D | 0 | 47 | 1E | D | 145 | 47 | 38 |
| Octal | 337 | 100 | 235 | 0 | 107 | 36 | 15 | 505 | 107 | 70 |
| Binary | 11011111 | 1000000 | 10011101 | 0 | 1000111 | 11110 | 1101 | 101000101 | 1000111 | 111000 |
Color Harmonies of #DF409D
Complementary color
Monochromatic Colors of #DF409D
Black with #DF409D
Text Example
Text Example
White with #DF409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF409D; }
p { color: rgb(223,64,157); }
H1.HeaderClassName
{
color: #DF409D;
}
.AnyTagClassName
{
color: #DF409D;
}
</style>
background-color css
<style>
a { background-color: #DF409D; }
a { background-color: rgb(223,64,157); }
div.DivClassName
{
background-color: #DF409D;
}
.BgClassName
{
background-color: #DF409D;
}
</style>
border-color css
<style>
span { border-color: #DF409D; }
span { border-color: rgb(223,64,157); }
td.TdClassName
{
border-color: #DF409D;
}
.TagClassName
{
border-color: #DF409D;
}
</style>