Shades of Deep Magenta #DD1CCF
Tints of Deep Magenta #DD1CCF
RGB
CMYK
RGB Variations
Color information
#DD1CCF (or 0xDD1CCF) is known color: Deep Magenta. HEX triplet: DD, 1C and CF. RGB value is (221,28,207). Sum of RGB (Red+Green+Blue) = 221+28+207=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CCF is #22E330. Grayscale: #696969. Windows color (decimal): -2286385 or 13573341. OLE color: 13573341.
HSL color Cylindrical-coordinate representation of color #DD1CCF: hue angle of 304.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1CCF is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 207 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.13 |
| HSL | 304.35º | 0.78% | 0.49% | - |
| HSV(B) | 304.35º | 0.87% | 0.87% | - |
| XYZ | 41.5 | 20.71 | 60.84 | - |
| YUV | 106.11 | 184.94 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 207 | 0 | 0.87 | 0.06 | 0.13 | 304.35 | 0.78 | 0.49 |
| Hex | DD | 1C | CF | 0 | 57 | 6 | D | 130 | 4E | 31 |
| Octal | 335 | 34 | 317 | 0 | 127 | 6 | 15 | 460 | 116 | 61 |
| Binary | 11011101 | 11100 | 11001111 | 0 | 1010111 | 110 | 1101 | 100110000 | 1001110 | 110001 |
Color Harmonies of #DD1CCF
Complementary color
Monochromatic Colors of #DD1CCF
Black with #DD1CCF
Text Example
Text Example
White with #DD1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CCF; }
p { color: rgb(221,28,207); }
H1.HeaderClassName
{
color: #DD1CCF;
}
.AnyTagClassName
{
color: #DD1CCF;
}
</style>
background-color css
<style>
a { background-color: #DD1CCF; }
a { background-color: rgb(221,28,207); }
div.DivClassName
{
background-color: #DD1CCF;
}
.BgClassName
{
background-color: #DD1CCF;
}
</style>
border-color css
<style>
span { border-color: #DD1CCF; }
span { border-color: rgb(221,28,207); }
td.TdClassName
{
border-color: #DD1CCF;
}
.TagClassName
{
border-color: #DD1CCF;
}
</style>