Shades of Deep Cerise #DF409A
Tints of Deep Cerise #DF409A
RGB
CMYK
RGB Variations
Color information
#DF409A (or 0xDF409A) is known color: Deep Cerise. HEX triplet: DF, 40 and 9A. RGB value is (223,64,154). Sum of RGB (Red+Green+Blue) = 223+64+154=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF409A is #20BF65. Grayscale: #797979. Windows color (decimal): -2146150 or 10109151. OLE color: 10109151.
HSL color Cylindrical-coordinate representation of color #DF409A: hue angle of 326.04º 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 #DF409A is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 154 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.13 |
| HSL | 326.04º | 0.71% | 0.56% | - |
| HSV(B) | 326.04º | 0.71% | 0.87% | - |
| XYZ | 38.1 | 21.69 | 32.75 | - |
| YUV | 121.8 | 146.18 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 154 | 0 | 0.71 | 0.31 | 0.13 | 326.04 | 0.71 | 0.56 |
| Hex | DF | 40 | 9A | 0 | 47 | 1F | D | 146 | 47 | 38 |
| Octal | 337 | 100 | 232 | 0 | 107 | 37 | 15 | 506 | 107 | 70 |
| Binary | 11011111 | 1000000 | 10011010 | 0 | 1000111 | 11111 | 1101 | 101000110 | 1000111 | 111000 |
Color Harmonies of #DF409A
Complementary color
Monochromatic Colors of #DF409A
Black with #DF409A
Text Example
Text Example
White with #DF409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF409A; }
p { color: rgb(223,64,154); }
H1.HeaderClassName
{
color: #DF409A;
}
.AnyTagClassName
{
color: #DF409A;
}
</style>
background-color css
<style>
a { background-color: #DF409A; }
a { background-color: rgb(223,64,154); }
div.DivClassName
{
background-color: #DF409A;
}
.BgClassName
{
background-color: #DF409A;
}
</style>
border-color css
<style>
span { border-color: #DF409A; }
span { border-color: rgb(223,64,154); }
td.TdClassName
{
border-color: #DF409A;
}
.TagClassName
{
border-color: #DF409A;
}
</style>