Shades of Deep Magenta #DA26CB
Tints of Deep Magenta #DA26CB
RGB
CMYK
RGB Variations
Color information
#DA26CB (or 0xDA26CB) is known color: Deep Magenta. HEX triplet: DA, 26 and CB. RGB value is (218,38,203). Sum of RGB (Red+Green+Blue) = 218+38+203=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA26CB is #25D934. Grayscale: #6E6E6E. Windows color (decimal): -2480437 or 13313754. OLE color: 13313754.
HSL color Cylindrical-coordinate representation of color #DA26CB: hue angle of 305º 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 #DA26CB is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 203 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.15 |
| HSL | 305º | 0.71% | 0.5% | - |
| HSV(B) | 305º | 0.83% | 0.85% | - |
| XYZ | 40.39 | 20.6 | 58.35 | - |
| YUV | 110.63 | 180.13 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 203 | 0 | 0.83 | 0.07 | 0.15 | 305 | 0.71 | 0.5 |
| Hex | DA | 26 | CB | 0 | 53 | 7 | F | 131 | 47 | 32 |
| Octal | 332 | 46 | 313 | 0 | 123 | 7 | 17 | 461 | 107 | 62 |
| Binary | 11011010 | 100110 | 11001011 | 0 | 1010011 | 111 | 1111 | 100110001 | 1000111 | 110010 |
Color Harmonies of #DA26CB
Complementary color
Monochromatic Colors of #DA26CB
Black with #DA26CB
Text Example
Text Example
White with #DA26CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26CB; }
p { color: rgb(218,38,203); }
H1.HeaderClassName
{
color: #DA26CB;
}
.AnyTagClassName
{
color: #DA26CB;
}
</style>
background-color css
<style>
a { background-color: #DA26CB; }
a { background-color: rgb(218,38,203); }
div.DivClassName
{
background-color: #DA26CB;
}
.BgClassName
{
background-color: #DA26CB;
}
</style>
border-color css
<style>
span { border-color: #DA26CB; }
span { border-color: rgb(218,38,203); }
td.TdClassName
{
border-color: #DA26CB;
}
.TagClassName
{
border-color: #DA26CB;
}
</style>