Shades of Deep Magenta #DA26CC
Tints of Deep Magenta #DA26CC
RGB
CMYK
RGB Variations
Color information
#DA26CC (or 0xDA26CC) is known color: Deep Magenta. HEX triplet: DA, 26 and CC. RGB value is (218,38,204). Sum of RGB (Red+Green+Blue) = 218+38+204=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA26CC is #25D933. Grayscale: #6E6E6E. Windows color (decimal): -2480436 or 13379290. OLE color: 13379290.
HSL color Cylindrical-coordinate representation of color #DA26CC: hue angle of 304.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 #DA26CC is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 204 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.15 |
| HSL | 304.67º | 0.71% | 0.5% | - |
| HSV(B) | 304.67º | 0.83% | 0.85% | - |
| XYZ | 40.51 | 20.65 | 58.98 | - |
| YUV | 110.74 | 180.63 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 204 | 0 | 0.83 | 0.06 | 0.15 | 304.67 | 0.71 | 0.5 |
| Hex | DA | 26 | CC | 0 | 53 | 6 | F | 131 | 47 | 32 |
| Octal | 332 | 46 | 314 | 0 | 123 | 6 | 17 | 461 | 107 | 62 |
| Binary | 11011010 | 100110 | 11001100 | 0 | 1010011 | 110 | 1111 | 100110001 | 1000111 | 110010 |
Color Harmonies of #DA26CC
Complementary color
Monochromatic Colors of #DA26CC
Black with #DA26CC
Text Example
Text Example
White with #DA26CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26CC; }
p { color: rgb(218,38,204); }
H1.HeaderClassName
{
color: #DA26CC;
}
.AnyTagClassName
{
color: #DA26CC;
}
</style>
background-color css
<style>
a { background-color: #DA26CC; }
a { background-color: rgb(218,38,204); }
div.DivClassName
{
background-color: #DA26CC;
}
.BgClassName
{
background-color: #DA26CC;
}
</style>
border-color css
<style>
span { border-color: #DA26CC; }
span { border-color: rgb(218,38,204); }
td.TdClassName
{
border-color: #DA26CC;
}
.TagClassName
{
border-color: #DA26CC;
}
</style>