Shades of Deep Magenta #DD06BE
Tints of Deep Magenta #DD06BE
RGB
CMYK
RGB Variations
Color information
#DD06BE (or 0xDD06BE) is known color: Deep Magenta. HEX triplet: DD, 06 and BE. RGB value is (221,6,190). Sum of RGB (Red+Green+Blue) = 221+6+190=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06BE is #22F941. Grayscale: #5A5A5A. Windows color (decimal): -2292034 or 12453597. OLE color: 12453597.
HSL color Cylindrical-coordinate representation of color #DD06BE: hue angle of 308.65º 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 #DD06BE is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 6 | 190 | - |
CMYK | 0 | 0.97 | 0.14 | 0.13 |
HSL | 308.65º | 0.95% | 0.45% | - |
HSV(B) | 308.65º | 0.97% | 0.87% | - |
XYZ | 39.18 | 19.22 | 50.36 | - |
YUV | 91.26 | 183.73 | 220.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 6 | 190 | 0 | 0.97 | 0.14 | 0.13 | 308.65 | 0.95 | 0.45 |
Hex | DD | 6 | BE | 0 | 61 | E | D | 135 | 5F | 2D |
Octal | 335 | 6 | 276 | 0 | 141 | 16 | 15 | 465 | 137 | 55 |
Binary | 11011101 | 110 | 10111110 | 0 | 1100001 | 1110 | 1101 | 100110101 | 1011111 | 101101 |
Color Harmonies of #DD06BE
Complementary color
Monochromatic Colors of #DD06BE
Black with #DD06BE
Text Example
Text Example
White with #DD06BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06BE; }
p { color: rgb(221,6,190); }
H1.HeaderClassName
{
color: #DD06BE;
}
.AnyTagClassName
{
color: #DD06BE;
}
</style>
background-color css
<style>
a { background-color: #DD06BE; }
a { background-color: rgb(221,6,190); }
div.DivClassName
{
background-color: #DD06BE;
}
.BgClassName
{
background-color: #DD06BE;
}
</style>
border-color css
<style>
span { border-color: #DD06BE; }
span { border-color: rgb(221,6,190); }
td.TdClassName
{
border-color: #DD06BE;
}
.TagClassName
{
border-color: #DD06BE;
}
</style>