Shades of Deep Magenta #D027D8
Tints of Deep Magenta #D027D8
RGB
CMYK
RGB Variations
Color information
#D027D8 (or 0xD027D8) is known color: Deep Magenta. HEX triplet: D0, 27 and D8. RGB value is (208,39,216). Sum of RGB (Red+Green+Blue) = 208+39+216=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #D027D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D027D8 is #2FD827. Grayscale: #6D6D6D. Windows color (decimal): -3135528 or 14165968. OLE color: 14165968.
HSL color Cylindrical-coordinate representation of color #D027D8: hue angle of 297.29º 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 #D027D8 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 39 | 216 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.15 |
| HSL | 297.29º | 0.69% | 0.5% | - |
| HSV(B) | 297.29º | 0.82% | 0.85% | - |
| XYZ | 39.13 | 19.82 | 66.73 | - |
| YUV | 109.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 216 | 0.04 | 0.82 | 0 | 0.15 | 297.29 | 0.69 | 0.5 |
| Hex | D0 | 27 | D8 | 4 | 52 | 0 | F | 129 | 45 | 32 |
| Octal | 320 | 47 | 330 | 4 | 122 | 0 | 17 | 451 | 105 | 62 |
| Binary | 11010000 | 100111 | 11011000 | 100 | 1010010 | 0 | 1111 | 100101001 | 1000101 | 110010 |
Color Harmonies of #D027D8
Complementary color
Monochromatic Colors of #D027D8
Black with #D027D8
Text Example
Text Example
White with #D027D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D027D8; }
p { color: rgb(208,39,216); }
H1.HeaderClassName
{
color: #D027D8;
}
.AnyTagClassName
{
color: #D027D8;
}
</style>
background-color css
<style>
a { background-color: #D027D8; }
a { background-color: rgb(208,39,216); }
div.DivClassName
{
background-color: #D027D8;
}
.BgClassName
{
background-color: #D027D8;
}
</style>
border-color css
<style>
span { border-color: #D027D8; }
span { border-color: rgb(208,39,216); }
td.TdClassName
{
border-color: #D027D8;
}
.TagClassName
{
border-color: #D027D8;
}
</style>