Shades of Deep Magenta #DA26DC
Tints of Deep Magenta #DA26DC
RGB
CMYK
RGB Variations
Color information
#DA26DC (or 0xDA26DC) is known color: Deep Magenta. HEX triplet: DA, 26 and DC. RGB value is (218,38,220). Sum of RGB (Red+Green+Blue) = 218+38+220=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA26DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA26DC is #25D923. Grayscale: #707070. Windows color (decimal): -2480420 or 14427866. OLE color: 14427866.
HSL color Cylindrical-coordinate representation of color #DA26DC: hue angle of 299.34º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA26DC is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 38 | 220 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.14 |
| HSL | 299.34º | 0.72% | 0.51% | - |
| HSV(B) | 299.34º | 0.83% | 0.86% | - |
| XYZ | 42.52 | 21.46 | 69.61 | - |
| YUV | 112.57 | 188.63 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 220 | 0.01 | 0.83 | 0 | 0.14 | 299.34 | 0.72 | 0.51 |
| Hex | DA | 26 | DC | 1 | 53 | 0 | E | 12B | 48 | 33 |
| Octal | 332 | 46 | 334 | 1 | 123 | 0 | 16 | 453 | 110 | 63 |
| Binary | 11011010 | 100110 | 11011100 | 1 | 1010011 | 0 | 1110 | 100101011 | 1001000 | 110011 |
Color Harmonies of #DA26DC
Complementary color
Monochromatic Colors of #DA26DC
Black with #DA26DC
Text Example
Text Example
White with #DA26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26DC; }
p { color: rgb(218,38,220); }
H1.HeaderClassName
{
color: #DA26DC;
}
.AnyTagClassName
{
color: #DA26DC;
}
</style>
background-color css
<style>
a { background-color: #DA26DC; }
a { background-color: rgb(218,38,220); }
div.DivClassName
{
background-color: #DA26DC;
}
.BgClassName
{
background-color: #DA26DC;
}
</style>
border-color css
<style>
span { border-color: #DA26DC; }
span { border-color: rgb(218,38,220); }
td.TdClassName
{
border-color: #DA26DC;
}
.TagClassName
{
border-color: #DA26DC;
}
</style>