Shades of Deep Magenta #CD22DF
Tints of Deep Magenta #CD22DF
RGB
CMYK
RGB Variations
Color information
#CD22DF (or 0xCD22DF) is known color: Deep Magenta. HEX triplet: CD, 22 and DF. RGB value is (205,34,223). Sum of RGB (Red+Green+Blue) = 205+34+223=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD22DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD22DF is #32DD20. Grayscale: #6A6A6A. Windows color (decimal): -3333409 or 14623437. OLE color: 14623437.
HSL color Cylindrical-coordinate representation of color #CD22DF: hue angle of 294.29º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD22DF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 34 | 223 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.13 |
| HSL | 294.29º | 0.75% | 0.5% | - |
| HSV(B) | 294.29º | 0.85% | 0.87% | - |
| XYZ | 39.07 | 19.45 | 71.51 | - |
| YUV | 106.68 | 193.65 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 223 | 0.08 | 0.85 | 0 | 0.13 | 294.29 | 0.75 | 0.5 |
| Hex | CD | 22 | DF | 8 | 55 | 0 | D | 126 | 4B | 32 |
| Octal | 315 | 42 | 337 | 10 | 125 | 0 | 15 | 446 | 113 | 62 |
| Binary | 11001101 | 100010 | 11011111 | 1000 | 1010101 | 0 | 1101 | 100100110 | 1001011 | 110010 |
Color Harmonies of #CD22DF
Complementary color
Monochromatic Colors of #CD22DF
Black with #CD22DF
Text Example
Text Example
White with #CD22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD22DF; }
p { color: rgb(205,34,223); }
H1.HeaderClassName
{
color: #CD22DF;
}
.AnyTagClassName
{
color: #CD22DF;
}
</style>
background-color css
<style>
a { background-color: #CD22DF; }
a { background-color: rgb(205,34,223); }
div.DivClassName
{
background-color: #CD22DF;
}
.BgClassName
{
background-color: #CD22DF;
}
</style>
border-color css
<style>
span { border-color: #CD22DF; }
span { border-color: rgb(205,34,223); }
td.TdClassName
{
border-color: #CD22DF;
}
.TagClassName
{
border-color: #CD22DF;
}
</style>