Shades of Deep Magenta #DD1FCC
Tints of Deep Magenta #DD1FCC
RGB
CMYK
RGB Variations
Color information
#DD1FCC (or 0xDD1FCC) is known color: Deep Magenta. HEX triplet: DD, 1F and CC. RGB value is (221,31,204). Sum of RGB (Red+Green+Blue) = 221+31+204=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FCC is #22E033. Grayscale: #6B6B6B. Windows color (decimal): -2285620 or 13377501. OLE color: 13377501.
HSL color Cylindrical-coordinate representation of color #DD1FCC: hue angle of 305.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1FCC is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 204 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.13 |
| HSL | 305.37º | 0.75% | 0.49% | - |
| HSV(B) | 305.37º | 0.86% | 0.87% | - |
| XYZ | 41.21 | 20.71 | 58.95 | - |
| YUV | 107.53 | 182.45 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 204 | 0 | 0.86 | 0.08 | 0.13 | 305.37 | 0.75 | 0.49 |
| Hex | DD | 1F | CC | 0 | 56 | 8 | D | 131 | 4B | 31 |
| Octal | 335 | 37 | 314 | 0 | 126 | 10 | 15 | 461 | 113 | 61 |
| Binary | 11011101 | 11111 | 11001100 | 0 | 1010110 | 1000 | 1101 | 100110001 | 1001011 | 110001 |
Color Harmonies of #DD1FCC
Complementary color
Monochromatic Colors of #DD1FCC
Black with #DD1FCC
Text Example
Text Example
White with #DD1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1FCC; }
p { color: rgb(221,31,204); }
H1.HeaderClassName
{
color: #DD1FCC;
}
.AnyTagClassName
{
color: #DD1FCC;
}
</style>
background-color css
<style>
a { background-color: #DD1FCC; }
a { background-color: rgb(221,31,204); }
div.DivClassName
{
background-color: #DD1FCC;
}
.BgClassName
{
background-color: #DD1FCC;
}
</style>
border-color css
<style>
span { border-color: #DD1FCC; }
span { border-color: rgb(221,31,204); }
td.TdClassName
{
border-color: #DD1FCC;
}
.TagClassName
{
border-color: #DD1FCC;
}
</style>