Shades of Deep Magenta #CD09DB
Tints of Deep Magenta #CD09DB
RGB
CMYK
RGB Variations
Color information
#CD09DB (or 0xCD09DB) is known color: Deep Magenta. HEX triplet: CD, 09 and DB. RGB value is (205,9,219). Sum of RGB (Red+Green+Blue) = 205+9+219=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD09DB is #32F624. Grayscale: #5A5A5A. Windows color (decimal): -3339813 or 14354893. OLE color: 14354893.
HSL color Cylindrical-coordinate representation of color #CD09DB: hue angle of 296º 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 #CD09DB is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 9 | 219 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.14 |
| HSL | 296º | 0.92% | 0.45% | - |
| HSV(B) | 296º | 0.96% | 0.86% | - |
| XYZ | 38.06 | 18.29 | 68.54 | - |
| YUV | 91.54 | 199.93 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 219 | 0.06 | 0.96 | 0 | 0.14 | 296 | 0.92 | 0.45 |
| Hex | CD | 9 | DB | 6 | 60 | 0 | E | 128 | 5C | 2D |
| Octal | 315 | 11 | 333 | 6 | 140 | 0 | 16 | 450 | 134 | 55 |
| Binary | 11001101 | 1001 | 11011011 | 110 | 1100000 | 0 | 1110 | 100101000 | 1011100 | 101101 |
Color Harmonies of #CD09DB
Complementary color
Monochromatic Colors of #CD09DB
Black with #CD09DB
Text Example
Text Example
White with #CD09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD09DB; }
p { color: rgb(205,9,219); }
H1.HeaderClassName
{
color: #CD09DB;
}
.AnyTagClassName
{
color: #CD09DB;
}
</style>
background-color css
<style>
a { background-color: #CD09DB; }
a { background-color: rgb(205,9,219); }
div.DivClassName
{
background-color: #CD09DB;
}
.BgClassName
{
background-color: #CD09DB;
}
</style>
border-color css
<style>
span { border-color: #CD09DB; }
span { border-color: rgb(205,9,219); }
td.TdClassName
{
border-color: #CD09DB;
}
.TagClassName
{
border-color: #CD09DB;
}
</style>