Shades of Deep Magenta #D627BC
Tints of Deep Magenta #D627BC
RGB
CMYK
RGB Variations
Color information
#D627BC (or 0xD627BC) is known color: Deep Magenta. HEX triplet: D6, 27 and BC. RGB value is (214,39,188). Sum of RGB (Red+Green+Blue) = 214+39+188=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D627BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627BC is #29D843. Grayscale: #6B6B6B. Windows color (decimal): -2742340 or 12330966. OLE color: 12330966.
HSL color Cylindrical-coordinate representation of color #D627BC: hue angle of 308.91º 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 #D627BC is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 188 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.16 |
| HSL | 308.91º | 0.69% | 0.5% | - |
| HSV(B) | 308.91º | 0.82% | 0.84% | - |
| XYZ | 37.53 | 19.38 | 49.34 | - |
| YUV | 108.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 188 | 0 | 0.82 | 0.12 | 0.16 | 308.91 | 0.69 | 0.5 |
| Hex | D6 | 27 | BC | 0 | 52 | C | 10 | 135 | 45 | 32 |
| Octal | 326 | 47 | 274 | 0 | 122 | 14 | 20 | 465 | 105 | 62 |
| Binary | 11010110 | 100111 | 10111100 | 0 | 1010010 | 1100 | 10000 | 100110101 | 1000101 | 110010 |
Color Harmonies of #D627BC
Complementary color
Monochromatic Colors of #D627BC
Black with #D627BC
Text Example
Text Example
White with #D627BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627BC; }
p { color: rgb(214,39,188); }
H1.HeaderClassName
{
color: #D627BC;
}
.AnyTagClassName
{
color: #D627BC;
}
</style>
background-color css
<style>
a { background-color: #D627BC; }
a { background-color: rgb(214,39,188); }
div.DivClassName
{
background-color: #D627BC;
}
.BgClassName
{
background-color: #D627BC;
}
</style>
border-color css
<style>
span { border-color: #D627BC; }
span { border-color: rgb(214,39,188); }
td.TdClassName
{
border-color: #D627BC;
}
.TagClassName
{
border-color: #D627BC;
}
</style>