Shades of Deep Magenta #DD23CD
Tints of Deep Magenta #DD23CD
RGB
CMYK
RGB Variations
Color information
#DD23CD (or 0xDD23CD) is known color: Deep Magenta. HEX triplet: DD, 23 and CD. RGB value is (221,35,205). Sum of RGB (Red+Green+Blue) = 221+35+205=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23CD is #22DC32. Grayscale: #6D6D6D. Windows color (decimal): -2284595 or 13444061. OLE color: 13444061.
HSL color Cylindrical-coordinate representation of color #DD23CD: hue angle of 305.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD23CD is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 205 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.13 |
| HSL | 305.16º | 0.73% | 0.5% | - |
| HSV(B) | 305.16º | 0.84% | 0.87% | - |
| XYZ | 41.44 | 20.98 | 59.62 | - |
| YUV | 109.99 | 181.62 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 205 | 0 | 0.84 | 0.07 | 0.13 | 305.16 | 0.73 | 0.5 |
| Hex | DD | 23 | CD | 0 | 54 | 7 | D | 131 | 49 | 32 |
| Octal | 335 | 43 | 315 | 0 | 124 | 7 | 15 | 461 | 111 | 62 |
| Binary | 11011101 | 100011 | 11001101 | 0 | 1010100 | 111 | 1101 | 100110001 | 1001001 | 110010 |
Color Harmonies of #DD23CD
Complementary color
Monochromatic Colors of #DD23CD
Black with #DD23CD
Text Example
Text Example
White with #DD23CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23CD; }
p { color: rgb(221,35,205); }
H1.HeaderClassName
{
color: #DD23CD;
}
.AnyTagClassName
{
color: #DD23CD;
}
</style>
background-color css
<style>
a { background-color: #DD23CD; }
a { background-color: rgb(221,35,205); }
div.DivClassName
{
background-color: #DD23CD;
}
.BgClassName
{
background-color: #DD23CD;
}
</style>
border-color css
<style>
span { border-color: #DD23CD; }
span { border-color: rgb(221,35,205); }
td.TdClassName
{
border-color: #DD23CD;
}
.TagClassName
{
border-color: #DD23CD;
}
</style>