Shades of Deep Magenta #D628BF
Tints of Deep Magenta #D628BF
RGB
CMYK
RGB Variations
Color information
#D628BF (or 0xD628BF) is known color: Deep Magenta. HEX triplet: D6, 28 and BF. RGB value is (214,40,191). Sum of RGB (Red+Green+Blue) = 214+40+191=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D628BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628BF is #29D740. Grayscale: #6C6C6C. Windows color (decimal): -2742081 or 12527830. OLE color: 12527830.
HSL color Cylindrical-coordinate representation of color #D628BF: hue angle of 307.93º 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 #D628BF is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 191 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.16 |
| HSL | 307.93º | 0.69% | 0.5% | - |
| HSV(B) | 307.93º | 0.81% | 0.84% | - |
| XYZ | 37.89 | 19.58 | 51.07 | - |
| YUV | 109.24 | 174.15 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 191 | 0 | 0.81 | 0.11 | 0.16 | 307.93 | 0.69 | 0.5 |
| Hex | D6 | 28 | BF | 0 | 51 | B | 10 | 134 | 45 | 32 |
| Octal | 326 | 50 | 277 | 0 | 121 | 13 | 20 | 464 | 105 | 62 |
| Binary | 11010110 | 101000 | 10111111 | 0 | 1010001 | 1011 | 10000 | 100110100 | 1000101 | 110010 |
Color Harmonies of #D628BF
Complementary color
Monochromatic Colors of #D628BF
Black with #D628BF
Text Example
Text Example
White with #D628BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628BF; }
p { color: rgb(214,40,191); }
H1.HeaderClassName
{
color: #D628BF;
}
.AnyTagClassName
{
color: #D628BF;
}
</style>
background-color css
<style>
a { background-color: #D628BF; }
a { background-color: rgb(214,40,191); }
div.DivClassName
{
background-color: #D628BF;
}
.BgClassName
{
background-color: #D628BF;
}
</style>
border-color css
<style>
span { border-color: #D628BF; }
span { border-color: rgb(214,40,191); }
td.TdClassName
{
border-color: #D628BF;
}
.TagClassName
{
border-color: #D628BF;
}
</style>