Shades of Deep Magenta #DA27CF
Tints of Deep Magenta #DA27CF
RGB
CMYK
RGB Variations
Color information
#DA27CF (or 0xDA27CF) is known color: Deep Magenta. HEX triplet: DA, 27 and CF. RGB value is (218,39,207). Sum of RGB (Red+Green+Blue) = 218+39+207=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27CF is #25D830. Grayscale: #6F6F6F. Windows color (decimal): -2480177 or 13576154. OLE color: 13576154.
HSL color Cylindrical-coordinate representation of color #DA27CF: hue angle of 303.69º 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 #DA27CF is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 207 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.15 |
| HSL | 303.69º | 0.71% | 0.5% | - |
| HSV(B) | 303.69º | 0.82% | 0.85% | - |
| XYZ | 40.9 | 20.86 | 60.9 | - |
| YUV | 111.67 | 181.8 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 207 | 0 | 0.82 | 0.05 | 0.15 | 303.69 | 0.71 | 0.5 |
| Hex | DA | 27 | CF | 0 | 52 | 5 | F | 130 | 47 | 32 |
| Octal | 332 | 47 | 317 | 0 | 122 | 5 | 17 | 460 | 107 | 62 |
| Binary | 11011010 | 100111 | 11001111 | 0 | 1010010 | 101 | 1111 | 100110000 | 1000111 | 110010 |
Color Harmonies of #DA27CF
Complementary color
Monochromatic Colors of #DA27CF
Black with #DA27CF
Text Example
Text Example
White with #DA27CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27CF; }
p { color: rgb(218,39,207); }
H1.HeaderClassName
{
color: #DA27CF;
}
.AnyTagClassName
{
color: #DA27CF;
}
</style>
background-color css
<style>
a { background-color: #DA27CF; }
a { background-color: rgb(218,39,207); }
div.DivClassName
{
background-color: #DA27CF;
}
.BgClassName
{
background-color: #DA27CF;
}
</style>
border-color css
<style>
span { border-color: #DA27CF; }
span { border-color: rgb(218,39,207); }
td.TdClassName
{
border-color: #DA27CF;
}
.TagClassName
{
border-color: #DA27CF;
}
</style>