Shades of Deep Magenta #DA23C5
Tints of Deep Magenta #DA23C5
RGB
CMYK
RGB Variations
Color information
#DA23C5 (or 0xDA23C5) is known color: Deep Magenta. HEX triplet: DA, 23 and C5. RGB value is (218,35,197). Sum of RGB (Red+Green+Blue) = 218+35+197=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23C5 is #25DC3A. Grayscale: #6B6B6B. Windows color (decimal): -2481211 or 12919770. OLE color: 12919770.
HSL color Cylindrical-coordinate representation of color #DA23C5: hue angle of 306.89º 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 #DA23C5 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 197 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.15 |
| HSL | 306.89º | 0.72% | 0.5% | - |
| HSV(B) | 306.89º | 0.84% | 0.85% | - |
| XYZ | 39.59 | 20.14 | 54.62 | - |
| YUV | 108.19 | 178.13 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 197 | 0 | 0.84 | 0.10 | 0.15 | 306.89 | 0.72 | 0.5 |
| Hex | DA | 23 | C5 | 0 | 54 | A | F | 133 | 48 | 32 |
| Octal | 332 | 43 | 305 | 0 | 124 | 12 | 17 | 463 | 110 | 62 |
| Binary | 11011010 | 100011 | 11000101 | 0 | 1010100 | 1010 | 1111 | 100110011 | 1001000 | 110010 |
Color Harmonies of #DA23C5
Complementary color
Monochromatic Colors of #DA23C5
Black with #DA23C5
Text Example
Text Example
White with #DA23C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23C5; }
p { color: rgb(218,35,197); }
H1.HeaderClassName
{
color: #DA23C5;
}
.AnyTagClassName
{
color: #DA23C5;
}
</style>
background-color css
<style>
a { background-color: #DA23C5; }
a { background-color: rgb(218,35,197); }
div.DivClassName
{
background-color: #DA23C5;
}
.BgClassName
{
background-color: #DA23C5;
}
</style>
border-color css
<style>
span { border-color: #DA23C5; }
span { border-color: rgb(218,35,197); }
td.TdClassName
{
border-color: #DA23C5;
}
.TagClassName
{
border-color: #DA23C5;
}
</style>