Shades of Deep Magenta #D912C3
Tints of Deep Magenta #D912C3
RGB
CMYK
RGB Variations
Color information
#D912C3 (or 0xD912C3) is known color: Deep Magenta. HEX triplet: D9, 12 and C3. RGB value is (217,18,195). Sum of RGB (Red+Green+Blue) = 217+18+195=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D912C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912C3 is #26ED3C. Grayscale: #616161. Windows color (decimal): -2551101 or 12784345. OLE color: 12784345.
HSL color Cylindrical-coordinate representation of color #D912C3: hue angle of 306.63º 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 #D912C3 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 195 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.15 |
| HSL | 306.63º | 0.85% | 0.46% | - |
| HSV(B) | 306.63º | 0.92% | 0.85% | - |
| XYZ | 38.68 | 19.12 | 53.28 | - |
| YUV | 97.68 | 182.93 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 195 | 0 | 0.92 | 0.10 | 0.15 | 306.63 | 0.85 | 0.46 |
| Hex | D9 | 12 | C3 | 0 | 5C | A | F | 133 | 55 | 2E |
| Octal | 331 | 22 | 303 | 0 | 134 | 12 | 17 | 463 | 125 | 56 |
| Binary | 11011001 | 10010 | 11000011 | 0 | 1011100 | 1010 | 1111 | 100110011 | 1010101 | 101110 |
Color Harmonies of #D912C3
Complementary color
Monochromatic Colors of #D912C3
Black with #D912C3
Text Example
Text Example
White with #D912C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912C3; }
p { color: rgb(217,18,195); }
H1.HeaderClassName
{
color: #D912C3;
}
.AnyTagClassName
{
color: #D912C3;
}
</style>
background-color css
<style>
a { background-color: #D912C3; }
a { background-color: rgb(217,18,195); }
div.DivClassName
{
background-color: #D912C3;
}
.BgClassName
{
background-color: #D912C3;
}
</style>
border-color css
<style>
span { border-color: #D912C3; }
span { border-color: rgb(217,18,195); }
td.TdClassName
{
border-color: #D912C3;
}
.TagClassName
{
border-color: #D912C3;
}
</style>