Shades of Deep Magenta #D31ADC
Tints of Deep Magenta #D31ADC
RGB
CMYK
RGB Variations
Color information
#D31ADC (or 0xD31ADC) is known color: Deep Magenta. HEX triplet: D3, 1A and DC. RGB value is (211,26,220). Sum of RGB (Red+Green+Blue) = 211+26+220=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #D31ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ADC is #2CE523. Grayscale: #666666. Windows color (decimal): -2942244 or 14424787. OLE color: 14424787.
HSL color Cylindrical-coordinate representation of color #D31ADC: hue angle of 297.22º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31ADC is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 26 | 220 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.14 |
| HSL | 297.22º | 0.79% | 0.48% | - |
| HSV(B) | 297.22º | 0.88% | 0.86% | - |
| XYZ | 40.15 | 19.75 | 69.41 | - |
| YUV | 103.43 | 193.79 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 220 | 0.04 | 0.88 | 0 | 0.14 | 297.22 | 0.79 | 0.48 |
| Hex | D3 | 1A | DC | 4 | 58 | 0 | E | 129 | 4F | 30 |
| Octal | 323 | 32 | 334 | 4 | 130 | 0 | 16 | 451 | 117 | 60 |
| Binary | 11010011 | 11010 | 11011100 | 100 | 1011000 | 0 | 1110 | 100101001 | 1001111 | 110000 |
Color Harmonies of #D31ADC
Complementary color
Monochromatic Colors of #D31ADC
Black with #D31ADC
Text Example
Text Example
White with #D31ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31ADC; }
p { color: rgb(211,26,220); }
H1.HeaderClassName
{
color: #D31ADC;
}
.AnyTagClassName
{
color: #D31ADC;
}
</style>
background-color css
<style>
a { background-color: #D31ADC; }
a { background-color: rgb(211,26,220); }
div.DivClassName
{
background-color: #D31ADC;
}
.BgClassName
{
background-color: #D31ADC;
}
</style>
border-color css
<style>
span { border-color: #D31ADC; }
span { border-color: rgb(211,26,220); }
td.TdClassName
{
border-color: #D31ADC;
}
.TagClassName
{
border-color: #D31ADC;
}
</style>