Shades of Deep Magenta #D627BF
Tints of Deep Magenta #D627BF
RGB
CMYK
RGB Variations
Color information
#D627BF (or 0xD627BF) is known color: Deep Magenta. HEX triplet: D6, 27 and BF. RGB value is (214,39,191). Sum of RGB (Red+Green+Blue) = 214+39+191=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D627BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627BF is #29D840. Grayscale: #6C6C6C. Windows color (decimal): -2742337 or 12527574. OLE color: 12527574.
HSL color Cylindrical-coordinate representation of color #D627BF: hue angle of 307.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D627BF is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 191 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.16 |
| HSL | 307.89º | 0.69% | 0.5% | - |
| HSV(B) | 307.89º | 0.82% | 0.84% | - |
| XYZ | 37.86 | 19.51 | 51.06 | - |
| YUV | 108.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 191 | 0 | 0.82 | 0.11 | 0.16 | 307.89 | 0.69 | 0.5 |
| Hex | D6 | 27 | BF | 0 | 52 | B | 10 | 134 | 45 | 32 |
| Octal | 326 | 47 | 277 | 0 | 122 | 13 | 20 | 464 | 105 | 62 |
| Binary | 11010110 | 100111 | 10111111 | 0 | 1010010 | 1011 | 10000 | 100110100 | 1000101 | 110010 |
Color Harmonies of #D627BF
Complementary color
Monochromatic Colors of #D627BF
Black with #D627BF
Text Example
Text Example
White with #D627BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627BF; }
p { color: rgb(214,39,191); }
H1.HeaderClassName
{
color: #D627BF;
}
.AnyTagClassName
{
color: #D627BF;
}
</style>
background-color css
<style>
a { background-color: #D627BF; }
a { background-color: rgb(214,39,191); }
div.DivClassName
{
background-color: #D627BF;
}
.BgClassName
{
background-color: #D627BF;
}
</style>
border-color css
<style>
span { border-color: #D627BF; }
span { border-color: rgb(214,39,191); }
td.TdClassName
{
border-color: #D627BF;
}
.TagClassName
{
border-color: #D627BF;
}
</style>