Shades of Deep Magenta #DA26CF
Tints of Deep Magenta #DA26CF
RGB
CMYK
RGB Variations
Color information
#DA26CF (or 0xDA26CF) is known color: Deep Magenta. HEX triplet: DA, 26 and CF. RGB value is (218,38,207). Sum of RGB (Red+Green+Blue) = 218+38+207=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA26CF is #25D930. Grayscale: #6E6E6E. Windows color (decimal): -2480433 or 13575898. OLE color: 13575898.
HSL color Cylindrical-coordinate representation of color #DA26CF: hue angle of 303.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 #DA26CF is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 207 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.15 |
| HSL | 303.67º | 0.71% | 0.5% | - |
| HSV(B) | 303.67º | 0.83% | 0.85% | - |
| XYZ | 40.87 | 20.8 | 60.89 | - |
| YUV | 111.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 207 | 0 | 0.83 | 0.05 | 0.15 | 303.67 | 0.71 | 0.5 |
| Hex | DA | 26 | CF | 0 | 53 | 5 | F | 130 | 47 | 32 |
| Octal | 332 | 46 | 317 | 0 | 123 | 5 | 17 | 460 | 107 | 62 |
| Binary | 11011010 | 100110 | 11001111 | 0 | 1010011 | 101 | 1111 | 100110000 | 1000111 | 110010 |
Color Harmonies of #DA26CF
Complementary color
Monochromatic Colors of #DA26CF
Black with #DA26CF
Text Example
Text Example
White with #DA26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26CF; }
p { color: rgb(218,38,207); }
H1.HeaderClassName
{
color: #DA26CF;
}
.AnyTagClassName
{
color: #DA26CF;
}
</style>
background-color css
<style>
a { background-color: #DA26CF; }
a { background-color: rgb(218,38,207); }
div.DivClassName
{
background-color: #DA26CF;
}
.BgClassName
{
background-color: #DA26CF;
}
</style>
border-color css
<style>
span { border-color: #DA26CF; }
span { border-color: rgb(218,38,207); }
td.TdClassName
{
border-color: #DA26CF;
}
.TagClassName
{
border-color: #DA26CF;
}
</style>