Shades of Deep Magenta #DA27D4
Tints of Deep Magenta #DA27D4
RGB
CMYK
RGB Variations
Color information
#DA27D4 (or 0xDA27D4) is known color: Deep Magenta. HEX triplet: DA, 27 and D4. RGB value is (218,39,212). Sum of RGB (Red+Green+Blue) = 218+39+212=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27D4 is #25D82B. Grayscale: #6F6F6F. Windows color (decimal): -2480172 or 13903834. OLE color: 13903834.
HSL color Cylindrical-coordinate representation of color #DA27D4: hue angle of 302.01º 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 #DA27D4 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 212 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.15 |
| HSL | 302.01º | 0.71% | 0.5% | - |
| HSV(B) | 302.01º | 0.82% | 0.85% | - |
| XYZ | 41.52 | 21.11 | 64.17 | - |
| YUV | 112.24 | 184.3 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 212 | 0 | 0.82 | 0.03 | 0.15 | 302.01 | 0.71 | 0.5 |
| Hex | DA | 27 | D4 | 0 | 52 | 3 | F | 12E | 47 | 32 |
| Octal | 332 | 47 | 324 | 0 | 122 | 3 | 17 | 456 | 107 | 62 |
| Binary | 11011010 | 100111 | 11010100 | 0 | 1010010 | 11 | 1111 | 100101110 | 1000111 | 110010 |
Color Harmonies of #DA27D4
Complementary color
Monochromatic Colors of #DA27D4
Black with #DA27D4
Text Example
Text Example
White with #DA27D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27D4; }
p { color: rgb(218,39,212); }
H1.HeaderClassName
{
color: #DA27D4;
}
.AnyTagClassName
{
color: #DA27D4;
}
</style>
background-color css
<style>
a { background-color: #DA27D4; }
a { background-color: rgb(218,39,212); }
div.DivClassName
{
background-color: #DA27D4;
}
.BgClassName
{
background-color: #DA27D4;
}
</style>
border-color css
<style>
span { border-color: #DA27D4; }
span { border-color: rgb(218,39,212); }
td.TdClassName
{
border-color: #DA27D4;
}
.TagClassName
{
border-color: #DA27D4;
}
</style>