Shades of Deep Magenta #D617BF
Tints of Deep Magenta #D617BF
RGB
CMYK
RGB Variations
Color information
#D617BF (or 0xD617BF) is known color: Deep Magenta. HEX triplet: D6, 17 and BF. RGB value is (214,23,191). Sum of RGB (Red+Green+Blue) = 214+23+191=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D617BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617BF is #29E840. Grayscale: #626262. Windows color (decimal): -2746433 or 12523478. OLE color: 12523478.
HSL color Cylindrical-coordinate representation of color #D617BF: hue angle of 307.23º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D617BF is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 191 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.16 |
| HSL | 307.23º | 0.81% | 0.46% | - |
| HSV(B) | 307.23º | 0.89% | 0.84% | - |
| XYZ | 37.44 | 18.67 | 50.92 | - |
| YUV | 99.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 191 | 0 | 0.89 | 0.11 | 0.16 | 307.23 | 0.81 | 0.46 |
| Hex | D6 | 17 | BF | 0 | 59 | B | 10 | 133 | 51 | 2E |
| Octal | 326 | 27 | 277 | 0 | 131 | 13 | 20 | 463 | 121 | 56 |
| Binary | 11010110 | 10111 | 10111111 | 0 | 1011001 | 1011 | 10000 | 100110011 | 1010001 | 101110 |
Color Harmonies of #D617BF
Complementary color
Monochromatic Colors of #D617BF
Black with #D617BF
Text Example
Text Example
White with #D617BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D617BF; }
p { color: rgb(214,23,191); }
H1.HeaderClassName
{
color: #D617BF;
}
.AnyTagClassName
{
color: #D617BF;
}
</style>
background-color css
<style>
a { background-color: #D617BF; }
a { background-color: rgb(214,23,191); }
div.DivClassName
{
background-color: #D617BF;
}
.BgClassName
{
background-color: #D617BF;
}
</style>
border-color css
<style>
span { border-color: #D617BF; }
span { border-color: rgb(214,23,191); }
td.TdClassName
{
border-color: #D617BF;
}
.TagClassName
{
border-color: #D617BF;
}
</style>