Shades of Deep Magenta #DD15CA
Tints of Deep Magenta #DD15CA
RGB
CMYK
RGB Variations
Color information
#DD15CA (or 0xDD15CA) is known color: Deep Magenta. HEX triplet: DD, 15 and CA. RGB value is (221,21,202). Sum of RGB (Red+Green+Blue) = 221+21+202=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15CA is #22EA35. Grayscale: #646464. Windows color (decimal): -2288182 or 13243869. OLE color: 13243869.
HSL color Cylindrical-coordinate representation of color #DD15CA: hue angle of 305.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD15CA is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 202 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.13 |
| HSL | 305.7º | 0.83% | 0.47% | - |
| HSV(B) | 305.7º | 0.9% | 0.87% | - |
| XYZ | 40.75 | 20.17 | 57.62 | - |
| YUV | 101.43 | 184.76 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 202 | 0 | 0.90 | 0.09 | 0.13 | 305.7 | 0.83 | 0.47 |
| Hex | DD | 15 | CA | 0 | 5A | 9 | D | 132 | 53 | 2F |
| Octal | 335 | 25 | 312 | 0 | 132 | 11 | 15 | 462 | 123 | 57 |
| Binary | 11011101 | 10101 | 11001010 | 0 | 1011010 | 1001 | 1101 | 100110010 | 1010011 | 101111 |
Color Harmonies of #DD15CA
Complementary color
Monochromatic Colors of #DD15CA
Black with #DD15CA
Text Example
Text Example
White with #DD15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15CA; }
p { color: rgb(221,21,202); }
H1.HeaderClassName
{
color: #DD15CA;
}
.AnyTagClassName
{
color: #DD15CA;
}
</style>
background-color css
<style>
a { background-color: #DD15CA; }
a { background-color: rgb(221,21,202); }
div.DivClassName
{
background-color: #DD15CA;
}
.BgClassName
{
background-color: #DD15CA;
}
</style>
border-color css
<style>
span { border-color: #DD15CA; }
span { border-color: rgb(221,21,202); }
td.TdClassName
{
border-color: #DD15CA;
}
.TagClassName
{
border-color: #DD15CA;
}
</style>