Shades of Deep Magenta #DD14DF
Tints of Deep Magenta #DD14DF
RGB
CMYK
RGB Variations
Color information
#DD14DF (or 0xDD14DF) is known color: Deep Magenta. HEX triplet: DD, 14 and DF. RGB value is (221,20,223). Sum of RGB (Red+Green+Blue) = 221+20+223=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD14DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14DF is #22EB20. Grayscale: #666666. Windows color (decimal): -2288417 or 14619869. OLE color: 14619869.
HSL color Cylindrical-coordinate representation of color #DD14DF: hue angle of 299.41º degrees, saturation: 0.84, 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 #DD14DF is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 223 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.13 |
| HSL | 299.41º | 0.84% | 0.48% | - |
| HSV(B) | 299.41º | 0.91% | 0.87% | - |
| XYZ | 43.39 | 21.2 | 71.62 | - |
| YUV | 103.24 | 195.59 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 223 | 0.01 | 0.91 | 0 | 0.13 | 299.41 | 0.84 | 0.48 |
| Hex | DD | 14 | DF | 1 | 5B | 0 | D | 12B | 54 | 30 |
| Octal | 335 | 24 | 337 | 1 | 133 | 0 | 15 | 453 | 124 | 60 |
| Binary | 11011101 | 10100 | 11011111 | 1 | 1011011 | 0 | 1101 | 100101011 | 1010100 | 110000 |
Color Harmonies of #DD14DF
Complementary color
Monochromatic Colors of #DD14DF
Black with #DD14DF
Text Example
Text Example
White with #DD14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14DF; }
p { color: rgb(221,20,223); }
H1.HeaderClassName
{
color: #DD14DF;
}
.AnyTagClassName
{
color: #DD14DF;
}
</style>
background-color css
<style>
a { background-color: #DD14DF; }
a { background-color: rgb(221,20,223); }
div.DivClassName
{
background-color: #DD14DF;
}
.BgClassName
{
background-color: #DD14DF;
}
</style>
border-color css
<style>
span { border-color: #DD14DF; }
span { border-color: rgb(221,20,223); }
td.TdClassName
{
border-color: #DD14DF;
}
.TagClassName
{
border-color: #DD14DF;
}
</style>