Shades of Deep Magenta #DD01CF
Tints of Deep Magenta #DD01CF
RGB
CMYK
RGB Variations
Color information
#DD01CF (or 0xDD01CF) is known color: Deep Magenta. HEX triplet: DD, 01 and CF. RGB value is (221,1,207). Sum of RGB (Red+Green+Blue) = 221+1+207=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01CF is #22FE30. Grayscale: #595959. Windows color (decimal): -2293297 or 13566429. OLE color: 13566429.
HSL color Cylindrical-coordinate representation of color #DD01CF: hue angle of 303.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD01CF is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.13 |
| HSL | 303.82º | 0.99% | 0.44% | - |
| HSV(B) | 303.82º | 1% | 0.87% | - |
| XYZ | 41.09 | 19.9 | 60.71 | - |
| YUV | 90.26 | 193.89 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 207 | 0 | 1.00 | 0.06 | 0.13 | 303.82 | 0.99 | 0.44 |
| Hex | DD | 1 | CF | 0 | 64 | 6 | D | 130 | 63 | 2C |
| Octal | 335 | 1 | 317 | 0 | 144 | 6 | 15 | 460 | 143 | 54 |
| Binary | 11011101 | 1 | 11001111 | 0 | 1100100 | 110 | 1101 | 100110000 | 1100011 | 101100 |
Color Harmonies of #DD01CF
Complementary color
Monochromatic Colors of #DD01CF
Black with #DD01CF
Text Example
Text Example
White with #DD01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01CF; }
p { color: rgb(221,1,207); }
H1.HeaderClassName
{
color: #DD01CF;
}
.AnyTagClassName
{
color: #DD01CF;
}
</style>
background-color css
<style>
a { background-color: #DD01CF; }
a { background-color: rgb(221,1,207); }
div.DivClassName
{
background-color: #DD01CF;
}
.BgClassName
{
background-color: #DD01CF;
}
</style>
border-color css
<style>
span { border-color: #DD01CF; }
span { border-color: rgb(221,1,207); }
td.TdClassName
{
border-color: #DD01CF;
}
.TagClassName
{
border-color: #DD01CF;
}
</style>