Shades of Deep Magenta #D912C2
Tints of Deep Magenta #D912C2
RGB
CMYK
RGB Variations
Color information
#D912C2 (or 0xD912C2) is known color: Deep Magenta. HEX triplet: D9, 12 and C2. RGB value is (217,18,194). Sum of RGB (Red+Green+Blue) = 217+18+194=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D912C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912C2 is #26ED3D. Grayscale: #616161. Windows color (decimal): -2551102 or 12718809. OLE color: 12718809.
HSL color Cylindrical-coordinate representation of color #D912C2: hue angle of 306.93º 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 #D912C2 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 194 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.15 |
| HSL | 306.93º | 0.85% | 0.46% | - |
| HSV(B) | 306.93º | 0.92% | 0.85% | - |
| XYZ | 38.57 | 19.08 | 52.69 | - |
| YUV | 97.57 | 182.43 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 194 | 0 | 0.92 | 0.11 | 0.15 | 306.93 | 0.85 | 0.46 |
| Hex | D9 | 12 | C2 | 0 | 5C | B | F | 133 | 55 | 2E |
| Octal | 331 | 22 | 302 | 0 | 134 | 13 | 17 | 463 | 125 | 56 |
| Binary | 11011001 | 10010 | 11000010 | 0 | 1011100 | 1011 | 1111 | 100110011 | 1010101 | 101110 |
Color Harmonies of #D912C2
Complementary color
Monochromatic Colors of #D912C2
Black with #D912C2
Text Example
Text Example
White with #D912C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912C2; }
p { color: rgb(217,18,194); }
H1.HeaderClassName
{
color: #D912C2;
}
.AnyTagClassName
{
color: #D912C2;
}
</style>
background-color css
<style>
a { background-color: #D912C2; }
a { background-color: rgb(217,18,194); }
div.DivClassName
{
background-color: #D912C2;
}
.BgClassName
{
background-color: #D912C2;
}
</style>
border-color css
<style>
span { border-color: #D912C2; }
span { border-color: rgb(217,18,194); }
td.TdClassName
{
border-color: #D912C2;
}
.TagClassName
{
border-color: #D912C2;
}
</style>