Shades of Deep Magenta #D827D4
Tints of Deep Magenta #D827D4
RGB
CMYK
RGB Variations
Color information
#D827D4 (or 0xD827D4) is known color: Deep Magenta. HEX triplet: D8, 27 and D4. RGB value is (216,39,212). Sum of RGB (Red+Green+Blue) = 216+39+212=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D827D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D827D4 is #27D82B. Grayscale: #6F6F6F. Windows color (decimal): -2611244 or 13903832. OLE color: 13903832.
HSL color Cylindrical-coordinate representation of color #D827D4: hue angle of 301.36º 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 #D827D4 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 212 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.15 |
| HSL | 301.36º | 0.69% | 0.5% | - |
| HSV(B) | 301.36º | 0.82% | 0.85% | - |
| XYZ | 40.93 | 20.8 | 64.15 | - |
| YUV | 111.65 | 184.64 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 212 | 0 | 0.82 | 0.02 | 0.15 | 301.36 | 0.69 | 0.5 |
| Hex | D8 | 27 | D4 | 0 | 52 | 2 | F | 12D | 45 | 32 |
| Octal | 330 | 47 | 324 | 0 | 122 | 2 | 17 | 455 | 105 | 62 |
| Binary | 11011000 | 100111 | 11010100 | 0 | 1010010 | 10 | 1111 | 100101101 | 1000101 | 110010 |
Color Harmonies of #D827D4
Complementary color
Monochromatic Colors of #D827D4
Black with #D827D4
Text Example
Text Example
White with #D827D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D827D4; }
p { color: rgb(216,39,212); }
H1.HeaderClassName
{
color: #D827D4;
}
.AnyTagClassName
{
color: #D827D4;
}
</style>
background-color css
<style>
a { background-color: #D827D4; }
a { background-color: rgb(216,39,212); }
div.DivClassName
{
background-color: #D827D4;
}
.BgClassName
{
background-color: #D827D4;
}
</style>
border-color css
<style>
span { border-color: #D827D4; }
span { border-color: rgb(216,39,212); }
td.TdClassName
{
border-color: #D827D4;
}
.TagClassName
{
border-color: #D827D4;
}
</style>