Shades of Deep Magenta #DB09C1
Tints of Deep Magenta #DB09C1
RGB
CMYK
RGB Variations
Color information
#DB09C1 (or 0xDB09C1) is known color: Deep Magenta. HEX triplet: DB, 09 and C1. RGB value is (219,9,193). Sum of RGB (Red+Green+Blue) = 219+9+193=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09C1 is #24F63E. Grayscale: #5C5C5C. Windows color (decimal): -2422335 or 12650971. OLE color: 12650971.
HSL color Cylindrical-coordinate representation of color #DB09C1: hue angle of 307.43º 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 #DB09C1 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 193 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.14 |
| HSL | 307.43º | 0.92% | 0.45% | - |
| HSV(B) | 307.43º | 0.96% | 0.86% | - |
| XYZ | 38.94 | 19.11 | 52.09 | - |
| YUV | 92.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 193 | 0 | 0.96 | 0.12 | 0.14 | 307.43 | 0.92 | 0.45 |
| Hex | DB | 9 | C1 | 0 | 60 | C | E | 133 | 5C | 2D |
| Octal | 333 | 11 | 301 | 0 | 140 | 14 | 16 | 463 | 134 | 55 |
| Binary | 11011011 | 1001 | 11000001 | 0 | 1100000 | 1100 | 1110 | 100110011 | 1011100 | 101101 |
Color Harmonies of #DB09C1
Complementary color
Monochromatic Colors of #DB09C1
Black with #DB09C1
Text Example
Text Example
White with #DB09C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09C1; }
p { color: rgb(219,9,193); }
H1.HeaderClassName
{
color: #DB09C1;
}
.AnyTagClassName
{
color: #DB09C1;
}
</style>
background-color css
<style>
a { background-color: #DB09C1; }
a { background-color: rgb(219,9,193); }
div.DivClassName
{
background-color: #DB09C1;
}
.BgClassName
{
background-color: #DB09C1;
}
</style>
border-color css
<style>
span { border-color: #DB09C1; }
span { border-color: rgb(219,9,193); }
td.TdClassName
{
border-color: #DB09C1;
}
.TagClassName
{
border-color: #DB09C1;
}
</style>