Shades of Deep Magenta #DA26C9
Tints of Deep Magenta #DA26C9
RGB
CMYK
RGB Variations
Color information
#DA26C9 (or 0xDA26C9) is known color: Deep Magenta. HEX triplet: DA, 26 and C9. RGB value is (218,38,201). Sum of RGB (Red+Green+Blue) = 218+38+201=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA26C9 is #25D936. Grayscale: #6D6D6D. Windows color (decimal): -2480439 or 13182682. OLE color: 13182682.
HSL color Cylindrical-coordinate representation of color #DA26C9: hue angle of 305.67º 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 #DA26C9 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 201 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.15 |
| HSL | 305.67º | 0.71% | 0.5% | - |
| HSV(B) | 305.67º | 0.83% | 0.85% | - |
| XYZ | 40.15 | 20.51 | 57.1 | - |
| YUV | 110.4 | 179.13 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 201 | 0 | 0.83 | 0.08 | 0.15 | 305.67 | 0.71 | 0.5 |
| Hex | DA | 26 | C9 | 0 | 53 | 8 | F | 132 | 47 | 32 |
| Octal | 332 | 46 | 311 | 0 | 123 | 10 | 17 | 462 | 107 | 62 |
| Binary | 11011010 | 100110 | 11001001 | 0 | 1010011 | 1000 | 1111 | 100110010 | 1000111 | 110010 |
Color Harmonies of #DA26C9
Complementary color
Monochromatic Colors of #DA26C9
Black with #DA26C9
Text Example
Text Example
White with #DA26C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26C9; }
p { color: rgb(218,38,201); }
H1.HeaderClassName
{
color: #DA26C9;
}
.AnyTagClassName
{
color: #DA26C9;
}
</style>
background-color css
<style>
a { background-color: #DA26C9; }
a { background-color: rgb(218,38,201); }
div.DivClassName
{
background-color: #DA26C9;
}
.BgClassName
{
background-color: #DA26C9;
}
</style>
border-color css
<style>
span { border-color: #DA26C9; }
span { border-color: rgb(218,38,201); }
td.TdClassName
{
border-color: #DA26C9;
}
.TagClassName
{
border-color: #DA26C9;
}
</style>