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