Shades of Deep Magenta #D811C4
Tints of Deep Magenta #D811C4
RGB
CMYK
RGB Variations
Color information
#D811C4 (or 0xD811C4) is known color: Deep Magenta. HEX triplet: D8, 11 and C4. RGB value is (216,17,196). Sum of RGB (Red+Green+Blue) = 216+17+196=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D811C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D811C4 is #27EE3B. Grayscale: #606060. Windows color (decimal): -2616892 or 12849624. OLE color: 12849624.
HSL color Cylindrical-coordinate representation of color #D811C4: hue angle of 306.03º 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 #D811C4 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 196 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.15 |
| HSL | 306.03º | 0.85% | 0.46% | - |
| HSV(B) | 306.03º | 0.92% | 0.85% | - |
| XYZ | 38.48 | 18.99 | 53.86 | - |
| YUV | 96.91 | 183.93 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 196 | 0 | 0.92 | 0.09 | 0.15 | 306.03 | 0.85 | 0.46 |
| Hex | D8 | 11 | C4 | 0 | 5C | 9 | F | 132 | 55 | 2E |
| Octal | 330 | 21 | 304 | 0 | 134 | 11 | 17 | 462 | 125 | 56 |
| Binary | 11011000 | 10001 | 11000100 | 0 | 1011100 | 1001 | 1111 | 100110010 | 1010101 | 101110 |
Color Harmonies of #D811C4
Complementary color
Monochromatic Colors of #D811C4
Black with #D811C4
Text Example
Text Example
White with #D811C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811C4; }
p { color: rgb(216,17,196); }
H1.HeaderClassName
{
color: #D811C4;
}
.AnyTagClassName
{
color: #D811C4;
}
</style>
background-color css
<style>
a { background-color: #D811C4; }
a { background-color: rgb(216,17,196); }
div.DivClassName
{
background-color: #D811C4;
}
.BgClassName
{
background-color: #D811C4;
}
</style>
border-color css
<style>
span { border-color: #D811C4; }
span { border-color: rgb(216,17,196); }
td.TdClassName
{
border-color: #D811C4;
}
.TagClassName
{
border-color: #D811C4;
}
</style>