Shades of Deep Magenta #DA27D1
Tints of Deep Magenta #DA27D1
RGB
CMYK
RGB Variations
Color information
#DA27D1 (or 0xDA27D1) is known color: Deep Magenta. HEX triplet: DA, 27 and D1. RGB value is (218,39,209). Sum of RGB (Red+Green+Blue) = 218+39+209=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27D1 is #25D82E. Grayscale: #6F6F6F. Windows color (decimal): -2480175 or 13707226. OLE color: 13707226.
HSL color Cylindrical-coordinate representation of color #DA27D1: hue angle of 303.02º 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 #DA27D1 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 209 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.15 |
| HSL | 303.02º | 0.71% | 0.5% | - |
| HSV(B) | 303.02º | 0.82% | 0.85% | - |
| XYZ | 41.15 | 20.96 | 62.2 | - |
| YUV | 111.9 | 182.8 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 209 | 0 | 0.82 | 0.04 | 0.15 | 303.02 | 0.71 | 0.5 |
| Hex | DA | 27 | D1 | 0 | 52 | 4 | F | 12F | 47 | 32 |
| Octal | 332 | 47 | 321 | 0 | 122 | 4 | 17 | 457 | 107 | 62 |
| Binary | 11011010 | 100111 | 11010001 | 0 | 1010010 | 100 | 1111 | 100101111 | 1000111 | 110010 |
Color Harmonies of #DA27D1
Complementary color
Monochromatic Colors of #DA27D1
Black with #DA27D1
Text Example
Text Example
White with #DA27D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27D1; }
p { color: rgb(218,39,209); }
H1.HeaderClassName
{
color: #DA27D1;
}
.AnyTagClassName
{
color: #DA27D1;
}
</style>
background-color css
<style>
a { background-color: #DA27D1; }
a { background-color: rgb(218,39,209); }
div.DivClassName
{
background-color: #DA27D1;
}
.BgClassName
{
background-color: #DA27D1;
}
</style>
border-color css
<style>
span { border-color: #DA27D1; }
span { border-color: rgb(218,39,209); }
td.TdClassName
{
border-color: #DA27D1;
}
.TagClassName
{
border-color: #DA27D1;
}
</style>