Shades of Deep Magenta #DA27DF
Tints of Deep Magenta #DA27DF
RGB
CMYK
RGB Variations
Color information
#DA27DF (or 0xDA27DF) is known color: Deep Magenta. HEX triplet: DA, 27 and DF. RGB value is (218,39,223). Sum of RGB (Red+Green+Blue) = 218+39+223=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA27DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27DF is #25D820. Grayscale: #707070. Windows color (decimal): -2480161 or 14624730. OLE color: 14624730.
HSL color Cylindrical-coordinate representation of color #DA27DF: hue angle of 298.37º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA27DF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 39 | 223 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.13 |
| HSL | 298.37º | 0.74% | 0.51% | - |
| HSV(B) | 298.37º | 0.83% | 0.87% | - |
| XYZ | 42.96 | 21.68 | 71.73 | - |
| YUV | 113.5 | 189.8 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 223 | 0.02 | 0.83 | 0 | 0.13 | 298.37 | 0.74 | 0.51 |
| Hex | DA | 27 | DF | 2 | 53 | 0 | D | 12A | 4A | 33 |
| Octal | 332 | 47 | 337 | 2 | 123 | 0 | 15 | 452 | 112 | 63 |
| Binary | 11011010 | 100111 | 11011111 | 10 | 1010011 | 0 | 1101 | 100101010 | 1001010 | 110011 |
Color Harmonies of #DA27DF
Complementary color
Monochromatic Colors of #DA27DF
Black with #DA27DF
Text Example
Text Example
White with #DA27DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27DF; }
p { color: rgb(218,39,223); }
H1.HeaderClassName
{
color: #DA27DF;
}
.AnyTagClassName
{
color: #DA27DF;
}
</style>
background-color css
<style>
a { background-color: #DA27DF; }
a { background-color: rgb(218,39,223); }
div.DivClassName
{
background-color: #DA27DF;
}
.BgClassName
{
background-color: #DA27DF;
}
</style>
border-color css
<style>
span { border-color: #DA27DF; }
span { border-color: rgb(218,39,223); }
td.TdClassName
{
border-color: #DA27DF;
}
.TagClassName
{
border-color: #DA27DF;
}
</style>