Shades of Deep Magenta #CD0DDB
Tints of Deep Magenta #CD0DDB
RGB
CMYK
RGB Variations
Color information
#CD0DDB (or 0xCD0DDB) is known color: Deep Magenta. HEX triplet: CD, 0D and DB. RGB value is (205,13,219). Sum of RGB (Red+Green+Blue) = 205+13+219=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0DDB is #32F224. Grayscale: #5D5D5D. Windows color (decimal): -3338789 or 14355917. OLE color: 14355917.
HSL color Cylindrical-coordinate representation of color #CD0DDB: hue angle of 295.92º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0DDB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 13 | 219 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.14 |
| HSL | 295.92º | 0.89% | 0.45% | - |
| HSV(B) | 295.92º | 0.94% | 0.86% | - |
| XYZ | 38.11 | 18.38 | 68.56 | - |
| YUV | 93.89 | 198.61 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 219 | 0.06 | 0.94 | 0 | 0.14 | 295.92 | 0.89 | 0.45 |
| Hex | CD | D | DB | 6 | 5E | 0 | E | 128 | 59 | 2D |
| Octal | 315 | 15 | 333 | 6 | 136 | 0 | 16 | 450 | 131 | 55 |
| Binary | 11001101 | 1101 | 11011011 | 110 | 1011110 | 0 | 1110 | 100101000 | 1011001 | 101101 |
Color Harmonies of #CD0DDB
Complementary color
Monochromatic Colors of #CD0DDB
Black with #CD0DDB
Text Example
Text Example
White with #CD0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0DDB; }
p { color: rgb(205,13,219); }
H1.HeaderClassName
{
color: #CD0DDB;
}
.AnyTagClassName
{
color: #CD0DDB;
}
</style>
background-color css
<style>
a { background-color: #CD0DDB; }
a { background-color: rgb(205,13,219); }
div.DivClassName
{
background-color: #CD0DDB;
}
.BgClassName
{
background-color: #CD0DDB;
}
</style>
border-color css
<style>
span { border-color: #CD0DDB; }
span { border-color: rgb(205,13,219); }
td.TdClassName
{
border-color: #CD0DDB;
}
.TagClassName
{
border-color: #CD0DDB;
}
</style>