Shades of Deep Magenta #D628DD
Tints of Deep Magenta #D628DD
RGB
CMYK
RGB Variations
Color information
#D628DD (or 0xD628DD) is known color: Deep Magenta. HEX triplet: D6, 28 and DD. RGB value is (214,40,221). Sum of RGB (Red+Green+Blue) = 214+40+221=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #D628DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628DD is #29D722. Grayscale: #707070. Windows color (decimal): -2742051 or 14493910. OLE color: 14493910.
HSL color Cylindrical-coordinate representation of color #D628DD: hue angle of 297.68º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D628DD is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 40 | 221 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.13 |
| HSL | 297.68º | 0.73% | 0.51% | - |
| HSV(B) | 297.68º | 0.82% | 0.87% | - |
| XYZ | 41.54 | 21.03 | 70.28 | - |
| YUV | 112.66 | 189.15 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 221 | 0.03 | 0.82 | 0 | 0.13 | 297.68 | 0.73 | 0.51 |
| Hex | D6 | 28 | DD | 3 | 52 | 0 | D | 12A | 49 | 33 |
| Octal | 326 | 50 | 335 | 3 | 122 | 0 | 15 | 452 | 111 | 63 |
| Binary | 11010110 | 101000 | 11011101 | 11 | 1010010 | 0 | 1101 | 100101010 | 1001001 | 110011 |
Color Harmonies of #D628DD
Complementary color
Monochromatic Colors of #D628DD
Black with #D628DD
Text Example
Text Example
White with #D628DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628DD; }
p { color: rgb(214,40,221); }
H1.HeaderClassName
{
color: #D628DD;
}
.AnyTagClassName
{
color: #D628DD;
}
</style>
background-color css
<style>
a { background-color: #D628DD; }
a { background-color: rgb(214,40,221); }
div.DivClassName
{
background-color: #D628DD;
}
.BgClassName
{
background-color: #D628DD;
}
</style>
border-color css
<style>
span { border-color: #D628DD; }
span { border-color: rgb(214,40,221); }
td.TdClassName
{
border-color: #D628DD;
}
.TagClassName
{
border-color: #D628DD;
}
</style>