Shades of Deep Magenta #D027DA
Tints of Deep Magenta #D027DA
RGB
CMYK
RGB Variations
Color information
#D027DA (or 0xD027DA) is known color: Deep Magenta. HEX triplet: D0, 27 and DA. RGB value is (208,39,218). Sum of RGB (Red+Green+Blue) = 208+39+218=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #D027DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D027DA is #2FD825. Grayscale: #6D6D6D. Windows color (decimal): -3135526 or 14297040. OLE color: 14297040.
HSL color Cylindrical-coordinate representation of color #D027DA: hue angle of 296.65º degrees, saturation: 0.71, 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 #D027DA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 39 | 218 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.15 |
| HSL | 296.65º | 0.71% | 0.5% | - |
| HSV(B) | 296.65º | 0.82% | 0.85% | - |
| XYZ | 39.39 | 19.92 | 68.1 | - |
| YUV | 109.94 | 188.99 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 218 | 0.05 | 0.82 | 0 | 0.15 | 296.65 | 0.71 | 0.5 |
| Hex | D0 | 27 | DA | 5 | 52 | 0 | F | 129 | 47 | 32 |
| Octal | 320 | 47 | 332 | 5 | 122 | 0 | 17 | 451 | 107 | 62 |
| Binary | 11010000 | 100111 | 11011010 | 101 | 1010010 | 0 | 1111 | 100101001 | 1000111 | 110010 |
Color Harmonies of #D027DA
Complementary color
Monochromatic Colors of #D027DA
Black with #D027DA
Text Example
Text Example
White with #D027DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D027DA; }
p { color: rgb(208,39,218); }
H1.HeaderClassName
{
color: #D027DA;
}
.AnyTagClassName
{
color: #D027DA;
}
</style>
background-color css
<style>
a { background-color: #D027DA; }
a { background-color: rgb(208,39,218); }
div.DivClassName
{
background-color: #D027DA;
}
.BgClassName
{
background-color: #D027DA;
}
</style>
border-color css
<style>
span { border-color: #D027DA; }
span { border-color: rgb(208,39,218); }
td.TdClassName
{
border-color: #D027DA;
}
.TagClassName
{
border-color: #D027DA;
}
</style>