Shades of Deep Magenta #DC09BE
Tints of Deep Magenta #DC09BE
RGB
CMYK
RGB Variations
Color information
#DC09BE (or 0xDC09BE) is known color: Deep Magenta. HEX triplet: DC, 09 and BE. RGB value is (220,9,190). Sum of RGB (Red+Green+Blue) = 220+9+190=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09BE is #23F641. Grayscale: #5C5C5C. Windows color (decimal): -2356802 or 12454364. OLE color: 12454364.
HSL color Cylindrical-coordinate representation of color #DC09BE: hue angle of 308.53º 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 #DC09BE is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 190 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.14 |
| HSL | 308.53º | 0.92% | 0.45% | - |
| HSV(B) | 308.53º | 0.96% | 0.86% | - |
| XYZ | 38.91 | 19.13 | 50.36 | - |
| YUV | 92.72 | 182.9 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 190 | 0 | 0.96 | 0.14 | 0.14 | 308.53 | 0.92 | 0.45 |
| Hex | DC | 9 | BE | 0 | 60 | E | E | 135 | 5C | 2D |
| Octal | 334 | 11 | 276 | 0 | 140 | 16 | 16 | 465 | 134 | 55 |
| Binary | 11011100 | 1001 | 10111110 | 0 | 1100000 | 1110 | 1110 | 100110101 | 1011100 | 101101 |
Color Harmonies of #DC09BE
Complementary color
Monochromatic Colors of #DC09BE
Black with #DC09BE
Text Example
Text Example
White with #DC09BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09BE; }
p { color: rgb(220,9,190); }
H1.HeaderClassName
{
color: #DC09BE;
}
.AnyTagClassName
{
color: #DC09BE;
}
</style>
background-color css
<style>
a { background-color: #DC09BE; }
a { background-color: rgb(220,9,190); }
div.DivClassName
{
background-color: #DC09BE;
}
.BgClassName
{
background-color: #DC09BE;
}
</style>
border-color css
<style>
span { border-color: #DC09BE; }
span { border-color: rgb(220,9,190); }
td.TdClassName
{
border-color: #DC09BE;
}
.TagClassName
{
border-color: #DC09BE;
}
</style>