Shades of Deep Magenta #D628BD
Tints of Deep Magenta #D628BD
RGB
CMYK
RGB Variations
Color information
#D628BD (or 0xD628BD) is known color: Deep Magenta. HEX triplet: D6, 28 and BD. RGB value is (214,40,189). Sum of RGB (Red+Green+Blue) = 214+40+189=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D628BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628BD is #29D742. Grayscale: #6C6C6C. Windows color (decimal): -2742083 or 12396758. OLE color: 12396758.
HSL color Cylindrical-coordinate representation of color #D628BD: hue angle of 308.62º 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 #D628BD is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 189 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.16 |
| HSL | 308.62º | 0.69% | 0.5% | - |
| HSV(B) | 308.62º | 0.81% | 0.84% | - |
| XYZ | 37.68 | 19.49 | 49.92 | - |
| YUV | 109.01 | 173.15 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 189 | 0 | 0.81 | 0.12 | 0.16 | 308.62 | 0.69 | 0.5 |
| Hex | D6 | 28 | BD | 0 | 51 | C | 10 | 135 | 45 | 32 |
| Octal | 326 | 50 | 275 | 0 | 121 | 14 | 20 | 465 | 105 | 62 |
| Binary | 11010110 | 101000 | 10111101 | 0 | 1010001 | 1100 | 10000 | 100110101 | 1000101 | 110010 |
Color Harmonies of #D628BD
Complementary color
Monochromatic Colors of #D628BD
Black with #D628BD
Text Example
Text Example
White with #D628BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628BD; }
p { color: rgb(214,40,189); }
H1.HeaderClassName
{
color: #D628BD;
}
.AnyTagClassName
{
color: #D628BD;
}
</style>
background-color css
<style>
a { background-color: #D628BD; }
a { background-color: rgb(214,40,189); }
div.DivClassName
{
background-color: #D628BD;
}
.BgClassName
{
background-color: #D628BD;
}
</style>
border-color css
<style>
span { border-color: #D628BD; }
span { border-color: rgb(214,40,189); }
td.TdClassName
{
border-color: #D628BD;
}
.TagClassName
{
border-color: #D628BD;
}
</style>