Shades of Deep Magenta #DA23C6
Tints of Deep Magenta #DA23C6
RGB
CMYK
RGB Variations
Color information
#DA23C6 (or 0xDA23C6) is known color: Deep Magenta. HEX triplet: DA, 23 and C6. RGB value is (218,35,198). Sum of RGB (Red+Green+Blue) = 218+35+198=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23C6 is #25DC39. Grayscale: #6B6B6B. Windows color (decimal): -2481210 or 12985306. OLE color: 12985306.
HSL color Cylindrical-coordinate representation of color #DA23C6: hue angle of 306.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA23C6 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 198 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.15 |
| HSL | 306.56º | 0.72% | 0.5% | - |
| HSV(B) | 306.56º | 0.84% | 0.85% | - |
| XYZ | 39.71 | 20.18 | 55.23 | - |
| YUV | 108.3 | 178.63 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 198 | 0 | 0.84 | 0.09 | 0.15 | 306.56 | 0.72 | 0.5 |
| Hex | DA | 23 | C6 | 0 | 54 | 9 | F | 133 | 48 | 32 |
| Octal | 332 | 43 | 306 | 0 | 124 | 11 | 17 | 463 | 110 | 62 |
| Binary | 11011010 | 100011 | 11000110 | 0 | 1010100 | 1001 | 1111 | 100110011 | 1001000 | 110010 |
Color Harmonies of #DA23C6
Complementary color
Monochromatic Colors of #DA23C6
Black with #DA23C6
Text Example
Text Example
White with #DA23C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23C6; }
p { color: rgb(218,35,198); }
H1.HeaderClassName
{
color: #DA23C6;
}
.AnyTagClassName
{
color: #DA23C6;
}
</style>
background-color css
<style>
a { background-color: #DA23C6; }
a { background-color: rgb(218,35,198); }
div.DivClassName
{
background-color: #DA23C6;
}
.BgClassName
{
background-color: #DA23C6;
}
</style>
border-color css
<style>
span { border-color: #DA23C6; }
span { border-color: rgb(218,35,198); }
td.TdClassName
{
border-color: #DA23C6;
}
.TagClassName
{
border-color: #DA23C6;
}
</style>