Shades of Deep Magenta #D912B5
Tints of Deep Magenta #D912B5
RGB
CMYK
RGB Variations
Color information
#D912B5 (or 0xD912B5) is known color: Deep Magenta. HEX triplet: D9, 12 and B5. RGB value is (217,18,181). Sum of RGB (Red+Green+Blue) = 217+18+181=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D912B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912B5 is #26ED4A. Grayscale: #5F5F5F. Windows color (decimal): -2551115 or 11866841. OLE color: 11866841.
HSL color Cylindrical-coordinate representation of color #D912B5: hue angle of 310.85º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D912B5 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 181 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.15 |
| HSL | 310.85º | 0.85% | 0.46% | - |
| HSV(B) | 310.85º | 0.92% | 0.85% | - |
| XYZ | 37.17 | 18.52 | 45.33 | - |
| YUV | 96.08 | 175.93 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 181 | 0 | 0.92 | 0.17 | 0.15 | 310.85 | 0.85 | 0.46 |
| Hex | D9 | 12 | B5 | 0 | 5C | 11 | F | 137 | 55 | 2E |
| Octal | 331 | 22 | 265 | 0 | 134 | 21 | 17 | 467 | 125 | 56 |
| Binary | 11011001 | 10010 | 10110101 | 0 | 1011100 | 10001 | 1111 | 100110111 | 1010101 | 101110 |
Color Harmonies of #D912B5
Complementary color
Monochromatic Colors of #D912B5
Black with #D912B5
Text Example
Text Example
White with #D912B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912B5; }
p { color: rgb(217,18,181); }
H1.HeaderClassName
{
color: #D912B5;
}
.AnyTagClassName
{
color: #D912B5;
}
</style>
background-color css
<style>
a { background-color: #D912B5; }
a { background-color: rgb(217,18,181); }
div.DivClassName
{
background-color: #D912B5;
}
.BgClassName
{
background-color: #D912B5;
}
</style>
border-color css
<style>
span { border-color: #D912B5; }
span { border-color: rgb(217,18,181); }
td.TdClassName
{
border-color: #D912B5;
}
.TagClassName
{
border-color: #D912B5;
}
</style>