Shades of Deep Magenta #D628BC
Tints of Deep Magenta #D628BC
RGB
CMYK
RGB Variations
Color information
#D628BC (or 0xD628BC) is known color: Deep Magenta. HEX triplet: D6, 28 and BC. RGB value is (214,40,188). Sum of RGB (Red+Green+Blue) = 214+40+188=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D628BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628BC is #29D743. Grayscale: #6C6C6C. Windows color (decimal): -2742084 or 12331222. OLE color: 12331222.
HSL color Cylindrical-coordinate representation of color #D628BC: hue angle of 308.97º 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 #D628BC is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 188 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.16 |
| HSL | 308.97º | 0.69% | 0.5% | - |
| HSV(B) | 308.97º | 0.81% | 0.84% | - |
| XYZ | 37.57 | 19.44 | 49.35 | - |
| YUV | 108.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 188 | 0 | 0.81 | 0.12 | 0.16 | 308.97 | 0.69 | 0.5 |
| Hex | D6 | 28 | BC | 0 | 51 | C | 10 | 135 | 45 | 32 |
| Octal | 326 | 50 | 274 | 0 | 121 | 14 | 20 | 465 | 105 | 62 |
| Binary | 11010110 | 101000 | 10111100 | 0 | 1010001 | 1100 | 10000 | 100110101 | 1000101 | 110010 |
Color Harmonies of #D628BC
Complementary color
Monochromatic Colors of #D628BC
Black with #D628BC
Text Example
Text Example
White with #D628BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628BC; }
p { color: rgb(214,40,188); }
H1.HeaderClassName
{
color: #D628BC;
}
.AnyTagClassName
{
color: #D628BC;
}
</style>
background-color css
<style>
a { background-color: #D628BC; }
a { background-color: rgb(214,40,188); }
div.DivClassName
{
background-color: #D628BC;
}
.BgClassName
{
background-color: #D628BC;
}
</style>
border-color css
<style>
span { border-color: #D628BC; }
span { border-color: rgb(214,40,188); }
td.TdClassName
{
border-color: #D628BC;
}
.TagClassName
{
border-color: #D628BC;
}
</style>