Shades of Deep Magenta #D628DB
Tints of Deep Magenta #D628DB
RGB
CMYK
RGB Variations
Color information
#D628DB (or 0xD628DB) is known color: Deep Magenta. HEX triplet: D6, 28 and DB. RGB value is (214,40,219). Sum of RGB (Red+Green+Blue) = 214+40+219=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #D628DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628DB is #29D724. Grayscale: #6F6F6F. Windows color (decimal): -2742053 or 14362838. OLE color: 14362838.
HSL color Cylindrical-coordinate representation of color #D628DB: hue angle of 298.32º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D628DB is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 40 | 219 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.14 |
| HSL | 298.32º | 0.71% | 0.51% | - |
| HSV(B) | 298.32º | 0.82% | 0.86% | - |
| XYZ | 41.28 | 20.93 | 68.88 | - |
| YUV | 112.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 219 | 0.02 | 0.82 | 0 | 0.14 | 298.32 | 0.71 | 0.51 |
| Hex | D6 | 28 | DB | 2 | 52 | 0 | E | 12A | 47 | 33 |
| Octal | 326 | 50 | 333 | 2 | 122 | 0 | 16 | 452 | 107 | 63 |
| Binary | 11010110 | 101000 | 11011011 | 10 | 1010010 | 0 | 1110 | 100101010 | 1000111 | 110011 |
Color Harmonies of #D628DB
Complementary color
Monochromatic Colors of #D628DB
Black with #D628DB
Text Example
Text Example
White with #D628DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628DB; }
p { color: rgb(214,40,219); }
H1.HeaderClassName
{
color: #D628DB;
}
.AnyTagClassName
{
color: #D628DB;
}
</style>
background-color css
<style>
a { background-color: #D628DB; }
a { background-color: rgb(214,40,219); }
div.DivClassName
{
background-color: #D628DB;
}
.BgClassName
{
background-color: #D628DB;
}
</style>
border-color css
<style>
span { border-color: #D628DB; }
span { border-color: rgb(214,40,219); }
td.TdClassName
{
border-color: #D628DB;
}
.TagClassName
{
border-color: #D628DB;
}
</style>