Shades of Deep Magenta #CD21DB
Tints of Deep Magenta #CD21DB
RGB
CMYK
RGB Variations
Color information
#CD21DB (or 0xCD21DB) is known color: Deep Magenta. HEX triplet: CD, 21 and DB. RGB value is (205,33,219). Sum of RGB (Red+Green+Blue) = 205+33+219=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD21DB is #32DE24. Grayscale: #696969. Windows color (decimal): -3333669 or 14361037. OLE color: 14361037.
HSL color Cylindrical-coordinate representation of color #CD21DB: hue angle of 295.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD21DB is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 33 | 219 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.14 |
| HSL | 295.48º | 0.74% | 0.49% | - |
| HSV(B) | 295.48º | 0.85% | 0.86% | - |
| XYZ | 38.51 | 19.18 | 68.69 | - |
| YUV | 105.63 | 191.98 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 219 | 0.06 | 0.85 | 0 | 0.14 | 295.48 | 0.74 | 0.49 |
| Hex | CD | 21 | DB | 6 | 55 | 0 | E | 127 | 4A | 31 |
| Octal | 315 | 41 | 333 | 6 | 125 | 0 | 16 | 447 | 112 | 61 |
| Binary | 11001101 | 100001 | 11011011 | 110 | 1010101 | 0 | 1110 | 100100111 | 1001010 | 110001 |
Color Harmonies of #CD21DB
Complementary color
Monochromatic Colors of #CD21DB
Black with #CD21DB
Text Example
Text Example
White with #CD21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD21DB; }
p { color: rgb(205,33,219); }
H1.HeaderClassName
{
color: #CD21DB;
}
.AnyTagClassName
{
color: #CD21DB;
}
</style>
background-color css
<style>
a { background-color: #CD21DB; }
a { background-color: rgb(205,33,219); }
div.DivClassName
{
background-color: #CD21DB;
}
.BgClassName
{
background-color: #CD21DB;
}
</style>
border-color css
<style>
span { border-color: #CD21DB; }
span { border-color: rgb(205,33,219); }
td.TdClassName
{
border-color: #CD21DB;
}
.TagClassName
{
border-color: #CD21DB;
}
</style>