Shades of Deep Magenta #DA26DA
Tints of Deep Magenta #DA26DA
RGB
CMYK
RGB Variations
Color information
#DA26DA (or 0xDA26DA) is known color: Deep Magenta. HEX triplet: DA, 26 and DA. RGB value is (218,38,218). Sum of RGB (Red+Green+Blue) = 218+38+218=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 38 (15.23% from 255 or 8.02% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA26DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA26DA is #25D925. Grayscale: #6F6F6F. Windows color (decimal): -2480422 or 14296794. OLE color: 14296794.
HSL color Cylindrical-coordinate representation of color #DA26DA: hue angle of 300º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA26DA is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 218 | - |
| CMYK | 0 | 0.83 | 0 | 0.15 |
| HSL | 300º | 0.71% | 0.5% | - |
| HSV(B) | 300º | 0.83% | 0.85% | - |
| XYZ | 42.26 | 21.35 | 68.22 | - |
| YUV | 112.34 | 187.63 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 218 | 0 | 0.83 | 0 | 0.15 | 300 | 0.71 | 0.5 |
| Hex | DA | 26 | DA | 0 | 53 | 0 | F | 12C | 47 | 32 |
| Octal | 332 | 46 | 332 | 0 | 123 | 0 | 17 | 454 | 107 | 62 |
| Binary | 11011010 | 100110 | 11011010 | 0 | 1010011 | 0 | 1111 | 100101100 | 1000111 | 110010 |
Color Harmonies of #DA26DA
Complementary color
Monochromatic Colors of #DA26DA
Black with #DA26DA
Text Example
Text Example
White with #DA26DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26DA; }
p { color: rgb(218,38,218); }
H1.HeaderClassName
{
color: #DA26DA;
}
.AnyTagClassName
{
color: #DA26DA;
}
</style>
background-color css
<style>
a { background-color: #DA26DA; }
a { background-color: rgb(218,38,218); }
div.DivClassName
{
background-color: #DA26DA;
}
.BgClassName
{
background-color: #DA26DA;
}
</style>
border-color css
<style>
span { border-color: #DA26DA; }
span { border-color: rgb(218,38,218); }
td.TdClassName
{
border-color: #DA26DA;
}
.TagClassName
{
border-color: #DA26DA;
}
</style>