Shades of Deep Magenta #DF09CB
Tints of Deep Magenta #DF09CB
RGB
CMYK
RGB Variations
Color information
#DF09CB (or 0xDF09CB) is known color: Deep Magenta. HEX triplet: DF, 09 and CB. RGB value is (223,9,203). Sum of RGB (Red+Green+Blue) = 223+9+203=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09CB is #20F634. Grayscale: #5E5E5E. Windows color (decimal): -2160181 or 13306335. OLE color: 13306335.
HSL color Cylindrical-coordinate representation of color #DF09CB: hue angle of 305.61º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF09CB is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 203 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.13 |
| HSL | 305.61º | 0.92% | 0.45% | - |
| HSV(B) | 305.61º | 0.96% | 0.87% | - |
| XYZ | 41.31 | 20.2 | 58.22 | - |
| YUV | 95.1 | 188.9 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 203 | 0 | 0.96 | 0.09 | 0.13 | 305.61 | 0.92 | 0.45 |
| Hex | DF | 9 | CB | 0 | 60 | 9 | D | 132 | 5C | 2D |
| Octal | 337 | 11 | 313 | 0 | 140 | 11 | 15 | 462 | 134 | 55 |
| Binary | 11011111 | 1001 | 11001011 | 0 | 1100000 | 1001 | 1101 | 100110010 | 1011100 | 101101 |
Color Harmonies of #DF09CB
Complementary color
Monochromatic Colors of #DF09CB
Black with #DF09CB
Text Example
Text Example
White with #DF09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09CB; }
p { color: rgb(223,9,203); }
H1.HeaderClassName
{
color: #DF09CB;
}
.AnyTagClassName
{
color: #DF09CB;
}
</style>
background-color css
<style>
a { background-color: #DF09CB; }
a { background-color: rgb(223,9,203); }
div.DivClassName
{
background-color: #DF09CB;
}
.BgClassName
{
background-color: #DF09CB;
}
</style>
border-color css
<style>
span { border-color: #DF09CB; }
span { border-color: rgb(223,9,203); }
td.TdClassName
{
border-color: #DF09CB;
}
.TagClassName
{
border-color: #DF09CB;
}
</style>