Shades of Deep Magenta #DC09BD
Tints of Deep Magenta #DC09BD
RGB
CMYK
RGB Variations
Color information
#DC09BD (or 0xDC09BD) is known color: Deep Magenta. HEX triplet: DC, 09 and BD. RGB value is (220,9,189). Sum of RGB (Red+Green+Blue) = 220+9+189=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09BD is #23F642. Grayscale: #5C5C5C. Windows color (decimal): -2356803 or 12388828. OLE color: 12388828.
HSL color Cylindrical-coordinate representation of color #DC09BD: hue angle of 308.82º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09BD is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.14 |
| HSL | 308.82º | 0.92% | 0.45% | - |
| HSV(B) | 308.82º | 0.96% | 0.86% | - |
| XYZ | 38.8 | 19.09 | 49.78 | - |
| YUV | 92.61 | 182.4 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 189 | 0 | 0.96 | 0.14 | 0.14 | 308.82 | 0.92 | 0.45 |
| Hex | DC | 9 | BD | 0 | 60 | E | E | 135 | 5C | 2D |
| Octal | 334 | 11 | 275 | 0 | 140 | 16 | 16 | 465 | 134 | 55 |
| Binary | 11011100 | 1001 | 10111101 | 0 | 1100000 | 1110 | 1110 | 100110101 | 1011100 | 101101 |
Color Harmonies of #DC09BD
Complementary color
Monochromatic Colors of #DC09BD
Black with #DC09BD
Text Example
Text Example
White with #DC09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09BD; }
p { color: rgb(220,9,189); }
H1.HeaderClassName
{
color: #DC09BD;
}
.AnyTagClassName
{
color: #DC09BD;
}
</style>
background-color css
<style>
a { background-color: #DC09BD; }
a { background-color: rgb(220,9,189); }
div.DivClassName
{
background-color: #DC09BD;
}
.BgClassName
{
background-color: #DC09BD;
}
</style>
border-color css
<style>
span { border-color: #DC09BD; }
span { border-color: rgb(220,9,189); }
td.TdClassName
{
border-color: #DC09BD;
}
.TagClassName
{
border-color: #DC09BD;
}
</style>