Shades of Deep Magenta #CD00DB
Tints of Deep Magenta #CD00DB
RGB
CMYK
RGB Variations
Color information
#CD00DB (or 0xCD00DB) is known color: Deep Magenta. HEX triplet: CD, 00 and DB. RGB value is (205,0,219). Sum of RGB (Red+Green+Blue) = 205+0+219=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD00DB is #32FF24. Grayscale: #555555. Windows color (decimal): -3342117 or 14352589. OLE color: 14352589.
HSL color Cylindrical-coordinate representation of color #CD00DB: hue angle of 296.16º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD00DB is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 0 | 219 | - |
| CMYK | 0.06 | 1 | 0 | 0.14 |
| HSL | 296.16º | 1% | 0.43% | - |
| HSV(B) | 296.16º | 1% | 0.86% | - |
| XYZ | 37.96 | 18.09 | 68.51 | - |
| YUV | 86.26 | 202.92 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 219 | 0.06 | 1 | 0 | 0.14 | 296.16 | 1 | 0.43 |
| Hex | CD | 0 | DB | 6 | 64 | 0 | E | 128 | 64 | 2B |
| Octal | 315 | 0 | 333 | 6 | 144 | 0 | 16 | 450 | 144 | 53 |
| Binary | 11001101 | 0 | 11011011 | 110 | 1100100 | 0 | 1110 | 100101000 | 1100100 | 101011 |
Color Harmonies of #CD00DB
Complementary color
Monochromatic Colors of #CD00DB
Black with #CD00DB
Text Example
Text Example
White with #CD00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD00DB; }
p { color: rgb(205,0,219); }
H1.HeaderClassName
{
color: #CD00DB;
}
.AnyTagClassName
{
color: #CD00DB;
}
</style>
background-color css
<style>
a { background-color: #CD00DB; }
a { background-color: rgb(205,0,219); }
div.DivClassName
{
background-color: #CD00DB;
}
.BgClassName
{
background-color: #CD00DB;
}
</style>
border-color css
<style>
span { border-color: #CD00DB; }
span { border-color: rgb(205,0,219); }
td.TdClassName
{
border-color: #CD00DB;
}
.TagClassName
{
border-color: #CD00DB;
}
</style>