Shades of Deep Magenta #DD06C1
Tints of Deep Magenta #DD06C1
RGB
CMYK
RGB Variations
Color information
#DD06C1 (or 0xDD06C1) is known color: Deep Magenta. HEX triplet: DD, 06 and C1. RGB value is (221,6,193). Sum of RGB (Red+Green+Blue) = 221+6+193=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06C1 is #22F93E. Grayscale: #5B5B5B. Windows color (decimal): -2292031 or 12650205. OLE color: 12650205.
HSL color Cylindrical-coordinate representation of color #DD06C1: hue angle of 307.81º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06C1 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 193 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.13 |
| HSL | 307.81º | 0.95% | 0.45% | - |
| HSV(B) | 307.81º | 0.97% | 0.87% | - |
| XYZ | 39.51 | 19.35 | 52.11 | - |
| YUV | 91.6 | 185.23 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 193 | 0 | 0.97 | 0.13 | 0.13 | 307.81 | 0.95 | 0.45 |
| Hex | DD | 6 | C1 | 0 | 61 | D | D | 134 | 5F | 2D |
| Octal | 335 | 6 | 301 | 0 | 141 | 15 | 15 | 464 | 137 | 55 |
| Binary | 11011101 | 110 | 11000001 | 0 | 1100001 | 1101 | 1101 | 100110100 | 1011111 | 101101 |
Color Harmonies of #DD06C1
Complementary color
Monochromatic Colors of #DD06C1
Black with #DD06C1
Text Example
Text Example
White with #DD06C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06C1; }
p { color: rgb(221,6,193); }
H1.HeaderClassName
{
color: #DD06C1;
}
.AnyTagClassName
{
color: #DD06C1;
}
</style>
background-color css
<style>
a { background-color: #DD06C1; }
a { background-color: rgb(221,6,193); }
div.DivClassName
{
background-color: #DD06C1;
}
.BgClassName
{
background-color: #DD06C1;
}
</style>
border-color css
<style>
span { border-color: #DD06C1; }
span { border-color: rgb(221,6,193); }
td.TdClassName
{
border-color: #DD06C1;
}
.TagClassName
{
border-color: #DD06C1;
}
</style>