Shades of Deep Magenta #D628D3
Tints of Deep Magenta #D628D3
RGB
CMYK
RGB Variations
Color information
#D628D3 (or 0xD628D3) is known color: Deep Magenta. HEX triplet: D6, 28 and D3. RGB value is (214,40,211). Sum of RGB (Red+Green+Blue) = 214+40+211=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D628D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628D3 is #29D72C. Grayscale: #6F6F6F. Windows color (decimal): -2742061 or 13838550. OLE color: 13838550.
HSL color Cylindrical-coordinate representation of color #D628D3: hue angle of 301.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D628D3 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 211 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.16 |
| HSL | 301.03º | 0.69% | 0.5% | - |
| HSV(B) | 301.03º | 0.81% | 0.84% | - |
| XYZ | 40.25 | 20.52 | 63.47 | - |
| YUV | 111.52 | 184.15 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 211 | 0 | 0.81 | 0.01 | 0.16 | 301.03 | 0.69 | 0.5 |
| Hex | D6 | 28 | D3 | 0 | 51 | 1 | 10 | 12D | 45 | 32 |
| Octal | 326 | 50 | 323 | 0 | 121 | 1 | 20 | 455 | 105 | 62 |
| Binary | 11010110 | 101000 | 11010011 | 0 | 1010001 | 1 | 10000 | 100101101 | 1000101 | 110010 |
Color Harmonies of #D628D3
Complementary color
Monochromatic Colors of #D628D3
Black with #D628D3
Text Example
Text Example
White with #D628D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628D3; }
p { color: rgb(214,40,211); }
H1.HeaderClassName
{
color: #D628D3;
}
.AnyTagClassName
{
color: #D628D3;
}
</style>
background-color css
<style>
a { background-color: #D628D3; }
a { background-color: rgb(214,40,211); }
div.DivClassName
{
background-color: #D628D3;
}
.BgClassName
{
background-color: #D628D3;
}
</style>
border-color css
<style>
span { border-color: #D628D3; }
span { border-color: rgb(214,40,211); }
td.TdClassName
{
border-color: #D628D3;
}
.TagClassName
{
border-color: #D628D3;
}
</style>