Shades of Deep Magenta #DF09BD
Tints of Deep Magenta #DF09BD
RGB
CMYK
RGB Variations
Color information
#DF09BD (or 0xDF09BD) is known color: Deep Magenta. HEX triplet: DF, 09 and BD. RGB value is (223,9,189). Sum of RGB (Red+Green+Blue) = 223+9+189=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09BD is #20F642. Grayscale: #5D5D5D. Windows color (decimal): -2160195 or 12388831. OLE color: 12388831.
HSL color Cylindrical-coordinate representation of color #DF09BD: hue angle of 309.53º 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 #DF09BD is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.13 |
| HSL | 309.53º | 0.92% | 0.45% | - |
| HSV(B) | 309.53º | 0.96% | 0.87% | - |
| XYZ | 39.71 | 19.56 | 49.83 | - |
| YUV | 93.51 | 181.9 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 189 | 0 | 0.96 | 0.15 | 0.13 | 309.53 | 0.92 | 0.45 |
| Hex | DF | 9 | BD | 0 | 60 | F | D | 136 | 5C | 2D |
| Octal | 337 | 11 | 275 | 0 | 140 | 17 | 15 | 466 | 134 | 55 |
| Binary | 11011111 | 1001 | 10111101 | 0 | 1100000 | 1111 | 1101 | 100110110 | 1011100 | 101101 |
Color Harmonies of #DF09BD
Complementary color
Monochromatic Colors of #DF09BD
Black with #DF09BD
Text Example
Text Example
White with #DF09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09BD; }
p { color: rgb(223,9,189); }
H1.HeaderClassName
{
color: #DF09BD;
}
.AnyTagClassName
{
color: #DF09BD;
}
</style>
background-color css
<style>
a { background-color: #DF09BD; }
a { background-color: rgb(223,9,189); }
div.DivClassName
{
background-color: #DF09BD;
}
.BgClassName
{
background-color: #DF09BD;
}
</style>
border-color css
<style>
span { border-color: #DF09BD; }
span { border-color: rgb(223,9,189); }
td.TdClassName
{
border-color: #DF09BD;
}
.TagClassName
{
border-color: #DF09BD;
}
</style>