Shades of Deep Magenta #D827D2
Tints of Deep Magenta #D827D2
RGB
CMYK
RGB Variations
Color information
#D827D2 (or 0xD827D2) is known color: Deep Magenta. HEX triplet: D8, 27 and D2. RGB value is (216,39,210). Sum of RGB (Red+Green+Blue) = 216+39+210=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D827D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D827D2 is #27D82D. Grayscale: #6E6E6E. Windows color (decimal): -2611246 or 13772760. OLE color: 13772760.
HSL color Cylindrical-coordinate representation of color #D827D2: hue angle of 302.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D827D2 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 210 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.15 |
| HSL | 302.03º | 0.69% | 0.5% | - |
| HSV(B) | 302.03º | 0.82% | 0.85% | - |
| XYZ | 40.68 | 20.7 | 62.82 | - |
| YUV | 111.42 | 183.64 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 210 | 0 | 0.82 | 0.03 | 0.15 | 302.03 | 0.69 | 0.5 |
| Hex | D8 | 27 | D2 | 0 | 52 | 3 | F | 12E | 45 | 32 |
| Octal | 330 | 47 | 322 | 0 | 122 | 3 | 17 | 456 | 105 | 62 |
| Binary | 11011000 | 100111 | 11010010 | 0 | 1010010 | 11 | 1111 | 100101110 | 1000101 | 110010 |
Color Harmonies of #D827D2
Complementary color
Monochromatic Colors of #D827D2
Black with #D827D2
Text Example
Text Example
White with #D827D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D827D2; }
p { color: rgb(216,39,210); }
H1.HeaderClassName
{
color: #D827D2;
}
.AnyTagClassName
{
color: #D827D2;
}
</style>
background-color css
<style>
a { background-color: #D827D2; }
a { background-color: rgb(216,39,210); }
div.DivClassName
{
background-color: #D827D2;
}
.BgClassName
{
background-color: #D827D2;
}
</style>
border-color css
<style>
span { border-color: #D827D2; }
span { border-color: rgb(216,39,210); }
td.TdClassName
{
border-color: #D827D2;
}
.TagClassName
{
border-color: #D827D2;
}
</style>