Shades of Deep Magenta #CD0DDD
Tints of Deep Magenta #CD0DDD
RGB
CMYK
RGB Variations
Color information
#CD0DDD (or 0xCD0DDD) is known color: Deep Magenta. HEX triplet: CD, 0D and DD. RGB value is (205,13,221). Sum of RGB (Red+Green+Blue) = 205+13+221=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD0DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0DDD is #32F222. Grayscale: #5D5D5D. Windows color (decimal): -3338787 or 14486989. OLE color: 14486989.
HSL color Cylindrical-coordinate representation of color #CD0DDD: hue angle of 295.38º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0DDD is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 13 | 221 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.13 |
| HSL | 295.38º | 0.89% | 0.46% | - |
| HSV(B) | 295.38º | 0.94% | 0.87% | - |
| XYZ | 38.37 | 18.49 | 69.95 | - |
| YUV | 94.12 | 199.61 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 221 | 0.07 | 0.94 | 0 | 0.13 | 295.38 | 0.89 | 0.46 |
| Hex | CD | D | DD | 7 | 5E | 0 | D | 127 | 59 | 2E |
| Octal | 315 | 15 | 335 | 7 | 136 | 0 | 15 | 447 | 131 | 56 |
| Binary | 11001101 | 1101 | 11011101 | 111 | 1011110 | 0 | 1101 | 100100111 | 1011001 | 101110 |
Color Harmonies of #CD0DDD
Complementary color
Monochromatic Colors of #CD0DDD
Black with #CD0DDD
Text Example
Text Example
White with #CD0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0DDD; }
p { color: rgb(205,13,221); }
H1.HeaderClassName
{
color: #CD0DDD;
}
.AnyTagClassName
{
color: #CD0DDD;
}
</style>
background-color css
<style>
a { background-color: #CD0DDD; }
a { background-color: rgb(205,13,221); }
div.DivClassName
{
background-color: #CD0DDD;
}
.BgClassName
{
background-color: #CD0DDD;
}
</style>
border-color css
<style>
span { border-color: #CD0DDD; }
span { border-color: rgb(205,13,221); }
td.TdClassName
{
border-color: #CD0DDD;
}
.TagClassName
{
border-color: #CD0DDD;
}
</style>