Shades of Deep Magenta #DD1BCF
Tints of Deep Magenta #DD1BCF
RGB
CMYK
RGB Variations
Color information
#DD1BCF (or 0xDD1BCF) is known color: Deep Magenta. HEX triplet: DD, 1B and CF. RGB value is (221,27,207). Sum of RGB (Red+Green+Blue) = 221+27+207=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BCF is #22E430. Grayscale: #686868. Windows color (decimal): -2286641 or 13573085. OLE color: 13573085.
HSL color Cylindrical-coordinate representation of color #DD1BCF: hue angle of 304.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1BCF is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 207 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.13 |
| HSL | 304.33º | 0.78% | 0.49% | - |
| HSV(B) | 304.33º | 0.88% | 0.87% | - |
| XYZ | 41.47 | 20.66 | 60.83 | - |
| YUV | 105.53 | 185.27 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 207 | 0 | 0.88 | 0.06 | 0.13 | 304.33 | 0.78 | 0.49 |
| Hex | DD | 1B | CF | 0 | 58 | 6 | D | 130 | 4E | 31 |
| Octal | 335 | 33 | 317 | 0 | 130 | 6 | 15 | 460 | 116 | 61 |
| Binary | 11011101 | 11011 | 11001111 | 0 | 1011000 | 110 | 1101 | 100110000 | 1001110 | 110001 |
Color Harmonies of #DD1BCF
Complementary color
Monochromatic Colors of #DD1BCF
Black with #DD1BCF
Text Example
Text Example
White with #DD1BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BCF; }
p { color: rgb(221,27,207); }
H1.HeaderClassName
{
color: #DD1BCF;
}
.AnyTagClassName
{
color: #DD1BCF;
}
</style>
background-color css
<style>
a { background-color: #DD1BCF; }
a { background-color: rgb(221,27,207); }
div.DivClassName
{
background-color: #DD1BCF;
}
.BgClassName
{
background-color: #DD1BCF;
}
</style>
border-color css
<style>
span { border-color: #DD1BCF; }
span { border-color: rgb(221,27,207); }
td.TdClassName
{
border-color: #DD1BCF;
}
.TagClassName
{
border-color: #DD1BCF;
}
</style>