Shades of Deep Magenta #DA27CE
Tints of Deep Magenta #DA27CE
RGB
CMYK
RGB Variations
Color information
#DA27CE (or 0xDA27CE) is known color: Deep Magenta. HEX triplet: DA, 27 and CE. RGB value is (218,39,206). Sum of RGB (Red+Green+Blue) = 218+39+206=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27CE is #25D831. Grayscale: #6F6F6F. Windows color (decimal): -2480178 or 13510618. OLE color: 13510618.
HSL color Cylindrical-coordinate representation of color #DA27CE: hue angle of 304.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 #DA27CE is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 206 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.15 |
| HSL | 304.02º | 0.71% | 0.5% | - |
| HSV(B) | 304.02º | 0.82% | 0.85% | - |
| XYZ | 40.78 | 20.81 | 60.26 | - |
| YUV | 111.56 | 181.3 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 206 | 0 | 0.82 | 0.06 | 0.15 | 304.02 | 0.71 | 0.5 |
| Hex | DA | 27 | CE | 0 | 52 | 6 | F | 130 | 47 | 32 |
| Octal | 332 | 47 | 316 | 0 | 122 | 6 | 17 | 460 | 107 | 62 |
| Binary | 11011010 | 100111 | 11001110 | 0 | 1010010 | 110 | 1111 | 100110000 | 1000111 | 110010 |
Color Harmonies of #DA27CE
Complementary color
Monochromatic Colors of #DA27CE
Black with #DA27CE
Text Example
Text Example
White with #DA27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27CE; }
p { color: rgb(218,39,206); }
H1.HeaderClassName
{
color: #DA27CE;
}
.AnyTagClassName
{
color: #DA27CE;
}
</style>
background-color css
<style>
a { background-color: #DA27CE; }
a { background-color: rgb(218,39,206); }
div.DivClassName
{
background-color: #DA27CE;
}
.BgClassName
{
background-color: #DA27CE;
}
</style>
border-color css
<style>
span { border-color: #DA27CE; }
span { border-color: rgb(218,39,206); }
td.TdClassName
{
border-color: #DA27CE;
}
.TagClassName
{
border-color: #DA27CE;
}
</style>