Shades of Deep Magenta #DA26D1
Tints of Deep Magenta #DA26D1
RGB
CMYK
RGB Variations
Color information
#DA26D1 (or 0xDA26D1) is known color: Deep Magenta. HEX triplet: DA, 26 and D1. RGB value is (218,38,209). Sum of RGB (Red+Green+Blue) = 218+38+209=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA26D1 is #25D92E. Grayscale: #6E6E6E. Windows color (decimal): -2480431 or 13706970. OLE color: 13706970.
HSL color Cylindrical-coordinate representation of color #DA26D1: hue angle of 303º 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 #DA26D1 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 209 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.15 |
| HSL | 303º | 0.71% | 0.5% | - |
| HSV(B) | 303º | 0.83% | 0.85% | - |
| XYZ | 41.12 | 20.9 | 62.19 | - |
| YUV | 111.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 209 | 0 | 0.83 | 0.04 | 0.15 | 303 | 0.71 | 0.5 |
| Hex | DA | 26 | D1 | 0 | 53 | 4 | F | 12F | 47 | 32 |
| Octal | 332 | 46 | 321 | 0 | 123 | 4 | 17 | 457 | 107 | 62 |
| Binary | 11011010 | 100110 | 11010001 | 0 | 1010011 | 100 | 1111 | 100101111 | 1000111 | 110010 |
Color Harmonies of #DA26D1
Complementary color
Monochromatic Colors of #DA26D1
Black with #DA26D1
Text Example
Text Example
White with #DA26D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26D1; }
p { color: rgb(218,38,209); }
H1.HeaderClassName
{
color: #DA26D1;
}
.AnyTagClassName
{
color: #DA26D1;
}
</style>
background-color css
<style>
a { background-color: #DA26D1; }
a { background-color: rgb(218,38,209); }
div.DivClassName
{
background-color: #DA26D1;
}
.BgClassName
{
background-color: #DA26D1;
}
</style>
border-color css
<style>
span { border-color: #DA26D1; }
span { border-color: rgb(218,38,209); }
td.TdClassName
{
border-color: #DA26D1;
}
.TagClassName
{
border-color: #DA26D1;
}
</style>