Shades of Deep Magenta #D914B6
Tints of Deep Magenta #D914B6
RGB
CMYK
RGB Variations
Color information
#D914B6 (or 0xD914B6) is known color: Deep Magenta. HEX triplet: D9, 14 and B6. RGB value is (217,20,182). Sum of RGB (Red+Green+Blue) = 217+20+182=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D914B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914B6 is #26EB49. Grayscale: #606060. Windows color (decimal): -2550602 or 11932889. OLE color: 11932889.
HSL color Cylindrical-coordinate representation of color #D914B6: hue angle of 310.66º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914B6 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 182 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.15 |
| HSL | 310.66º | 0.83% | 0.46% | - |
| HSV(B) | 310.66º | 0.91% | 0.85% | - |
| XYZ | 37.31 | 18.63 | 45.89 | - |
| YUV | 97.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 182 | 0 | 0.91 | 0.16 | 0.15 | 310.66 | 0.83 | 0.46 |
| Hex | D9 | 14 | B6 | 0 | 5B | 10 | F | 137 | 53 | 2E |
| Octal | 331 | 24 | 266 | 0 | 133 | 20 | 17 | 467 | 123 | 56 |
| Binary | 11011001 | 10100 | 10110110 | 0 | 1011011 | 10000 | 1111 | 100110111 | 1010011 | 101110 |
Color Harmonies of #D914B6
Complementary color
Monochromatic Colors of #D914B6
Black with #D914B6
Text Example
Text Example
White with #D914B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914B6; }
p { color: rgb(217,20,182); }
H1.HeaderClassName
{
color: #D914B6;
}
.AnyTagClassName
{
color: #D914B6;
}
</style>
background-color css
<style>
a { background-color: #D914B6; }
a { background-color: rgb(217,20,182); }
div.DivClassName
{
background-color: #D914B6;
}
.BgClassName
{
background-color: #D914B6;
}
</style>
border-color css
<style>
span { border-color: #D914B6; }
span { border-color: rgb(217,20,182); }
td.TdClassName
{
border-color: #D914B6;
}
.TagClassName
{
border-color: #D914B6;
}
</style>