Shades of Deep Magenta #DD15DF
Tints of Deep Magenta #DD15DF
RGB
CMYK
RGB Variations
Color information
#DD15DF (or 0xDD15DF) is known color: Deep Magenta. HEX triplet: DD, 15 and DF. RGB value is (221,21,223). Sum of RGB (Red+Green+Blue) = 221+21+223=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15DF is #22EA20. Grayscale: #676767. Windows color (decimal): -2288161 or 14620125. OLE color: 14620125.
HSL color Cylindrical-coordinate representation of color #DD15DF: hue angle of 299.41º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD15DF is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 223 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.13 |
| HSL | 299.41º | 0.83% | 0.48% | - |
| HSV(B) | 299.41º | 0.91% | 0.87% | - |
| XYZ | 43.41 | 21.24 | 71.62 | - |
| YUV | 103.83 | 195.26 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 223 | 0.01 | 0.91 | 0 | 0.13 | 299.41 | 0.83 | 0.48 |
| Hex | DD | 15 | DF | 1 | 5B | 0 | D | 12B | 53 | 30 |
| Octal | 335 | 25 | 337 | 1 | 133 | 0 | 15 | 453 | 123 | 60 |
| Binary | 11011101 | 10101 | 11011111 | 1 | 1011011 | 0 | 1101 | 100101011 | 1010011 | 110000 |
Color Harmonies of #DD15DF
Complementary color
Monochromatic Colors of #DD15DF
Black with #DD15DF
Text Example
Text Example
White with #DD15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15DF; }
p { color: rgb(221,21,223); }
H1.HeaderClassName
{
color: #DD15DF;
}
.AnyTagClassName
{
color: #DD15DF;
}
</style>
background-color css
<style>
a { background-color: #DD15DF; }
a { background-color: rgb(221,21,223); }
div.DivClassName
{
background-color: #DD15DF;
}
.BgClassName
{
background-color: #DD15DF;
}
</style>
border-color css
<style>
span { border-color: #DD15DF; }
span { border-color: rgb(221,21,223); }
td.TdClassName
{
border-color: #DD15DF;
}
.TagClassName
{
border-color: #DD15DF;
}
</style>