Shades of Deep Magenta #DA26CA
Tints of Deep Magenta #DA26CA
RGB
CMYK
RGB Variations
Color information
#DA26CA (or 0xDA26CA) is known color: Deep Magenta. HEX triplet: DA, 26 and CA. RGB value is (218,38,202). Sum of RGB (Red+Green+Blue) = 218+38+202=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA26CA is #25D935. Grayscale: #6E6E6E. Windows color (decimal): -2480438 or 13248218. OLE color: 13248218.
HSL color Cylindrical-coordinate representation of color #DA26CA: hue angle of 305.33º 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 #DA26CA is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 202 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.15 |
| HSL | 305.33º | 0.71% | 0.5% | - |
| HSV(B) | 305.33º | 0.83% | 0.85% | - |
| XYZ | 40.27 | 20.56 | 57.72 | - |
| YUV | 110.52 | 179.63 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 202 | 0 | 0.83 | 0.07 | 0.15 | 305.33 | 0.71 | 0.5 |
| Hex | DA | 26 | CA | 0 | 53 | 7 | F | 131 | 47 | 32 |
| Octal | 332 | 46 | 312 | 0 | 123 | 7 | 17 | 461 | 107 | 62 |
| Binary | 11011010 | 100110 | 11001010 | 0 | 1010011 | 111 | 1111 | 100110001 | 1000111 | 110010 |
Color Harmonies of #DA26CA
Complementary color
Monochromatic Colors of #DA26CA
Black with #DA26CA
Text Example
Text Example
White with #DA26CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26CA; }
p { color: rgb(218,38,202); }
H1.HeaderClassName
{
color: #DA26CA;
}
.AnyTagClassName
{
color: #DA26CA;
}
</style>
background-color css
<style>
a { background-color: #DA26CA; }
a { background-color: rgb(218,38,202); }
div.DivClassName
{
background-color: #DA26CA;
}
.BgClassName
{
background-color: #DA26CA;
}
</style>
border-color css
<style>
span { border-color: #DA26CA; }
span { border-color: rgb(218,38,202); }
td.TdClassName
{
border-color: #DA26CA;
}
.TagClassName
{
border-color: #DA26CA;
}
</style>