Shades of Deep Magenta #D316C4
Tints of Deep Magenta #D316C4
RGB
CMYK
RGB Variations
Color information
#D316C4 (or 0xD316C4) is known color: Deep Magenta. HEX triplet: D3, 16 and C4. RGB value is (211,22,196). Sum of RGB (Red+Green+Blue) = 211+22+196=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D316C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D316C4 is #2CE93B. Grayscale: #616161. Windows color (decimal): -2943292 or 12850899. OLE color: 12850899.
HSL color Cylindrical-coordinate representation of color #D316C4: hue angle of 304.76º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D316C4 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 196 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.17 |
| HSL | 304.76º | 0.81% | 0.46% | - |
| HSV(B) | 304.76º | 0.9% | 0.83% | - |
| XYZ | 37.11 | 18.41 | 53.82 | - |
| YUV | 98.35 | 183.12 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 196 | 0 | 0.90 | 0.07 | 0.17 | 304.76 | 0.81 | 0.46 |
| Hex | D3 | 16 | C4 | 0 | 5A | 7 | 11 | 131 | 51 | 2E |
| Octal | 323 | 26 | 304 | 0 | 132 | 7 | 21 | 461 | 121 | 56 |
| Binary | 11010011 | 10110 | 11000100 | 0 | 1011010 | 111 | 10001 | 100110001 | 1010001 | 101110 |
Color Harmonies of #D316C4
Complementary color
Monochromatic Colors of #D316C4
Black with #D316C4
Text Example
Text Example
White with #D316C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D316C4; }
p { color: rgb(211,22,196); }
H1.HeaderClassName
{
color: #D316C4;
}
.AnyTagClassName
{
color: #D316C4;
}
</style>
background-color css
<style>
a { background-color: #D316C4; }
a { background-color: rgb(211,22,196); }
div.DivClassName
{
background-color: #D316C4;
}
.BgClassName
{
background-color: #D316C4;
}
</style>
border-color css
<style>
span { border-color: #D316C4; }
span { border-color: rgb(211,22,196); }
td.TdClassName
{
border-color: #D316C4;
}
.TagClassName
{
border-color: #D316C4;
}
</style>