Shades of Deep Magenta #D825D3
Tints of Deep Magenta #D825D3
RGB
CMYK
RGB Variations
Color information
#D825D3 (or 0xD825D3) is known color: Deep Magenta. HEX triplet: D8, 25 and D3. RGB value is (216,37,211). Sum of RGB (Red+Green+Blue) = 216+37+211=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D825D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825D3 is #27DA2C. Grayscale: #6D6D6D. Windows color (decimal): -2611757 or 13837784. OLE color: 13837784.
HSL color Cylindrical-coordinate representation of color #D825D3: hue angle of 301.68º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D825D3 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 211 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.15 |
| HSL | 301.68º | 0.71% | 0.5% | - |
| HSV(B) | 301.68º | 0.83% | 0.85% | - |
| XYZ | 40.74 | 20.63 | 63.46 | - |
| YUV | 110.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 211 | 0 | 0.83 | 0.02 | 0.15 | 301.68 | 0.71 | 0.5 |
| Hex | D8 | 25 | D3 | 0 | 53 | 2 | F | 12E | 47 | 32 |
| Octal | 330 | 45 | 323 | 0 | 123 | 2 | 17 | 456 | 107 | 62 |
| Binary | 11011000 | 100101 | 11010011 | 0 | 1010011 | 10 | 1111 | 100101110 | 1000111 | 110010 |
Color Harmonies of #D825D3
Complementary color
Monochromatic Colors of #D825D3
Black with #D825D3
Text Example
Text Example
White with #D825D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825D3; }
p { color: rgb(216,37,211); }
H1.HeaderClassName
{
color: #D825D3;
}
.AnyTagClassName
{
color: #D825D3;
}
</style>
background-color css
<style>
a { background-color: #D825D3; }
a { background-color: rgb(216,37,211); }
div.DivClassName
{
background-color: #D825D3;
}
.BgClassName
{
background-color: #D825D3;
}
</style>
border-color css
<style>
span { border-color: #D825D3; }
span { border-color: rgb(216,37,211); }
td.TdClassName
{
border-color: #D825D3;
}
.TagClassName
{
border-color: #D825D3;
}
</style>