Shades of Deep Magenta #DA23C7
Tints of Deep Magenta #DA23C7
RGB
CMYK
RGB Variations
Color information
#DA23C7 (or 0xDA23C7) is known color: Deep Magenta. HEX triplet: DA, 23 and C7. RGB value is (218,35,199). Sum of RGB (Red+Green+Blue) = 218+35+199=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23C7 is #25DC38. Grayscale: #6B6B6B. Windows color (decimal): -2481209 or 13050842. OLE color: 13050842.
HSL color Cylindrical-coordinate representation of color #DA23C7: hue angle of 306.23º 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 #DA23C7 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 199 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.15 |
| HSL | 306.23º | 0.72% | 0.5% | - |
| HSV(B) | 306.23º | 0.84% | 0.85% | - |
| XYZ | 39.82 | 20.23 | 55.84 | - |
| YUV | 108.41 | 179.13 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 199 | 0 | 0.84 | 0.09 | 0.15 | 306.23 | 0.72 | 0.5 |
| Hex | DA | 23 | C7 | 0 | 54 | 9 | F | 132 | 48 | 32 |
| Octal | 332 | 43 | 307 | 0 | 124 | 11 | 17 | 462 | 110 | 62 |
| Binary | 11011010 | 100011 | 11000111 | 0 | 1010100 | 1001 | 1111 | 100110010 | 1001000 | 110010 |
Color Harmonies of #DA23C7
Complementary color
Monochromatic Colors of #DA23C7
Black with #DA23C7
Text Example
Text Example
White with #DA23C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23C7; }
p { color: rgb(218,35,199); }
H1.HeaderClassName
{
color: #DA23C7;
}
.AnyTagClassName
{
color: #DA23C7;
}
</style>
background-color css
<style>
a { background-color: #DA23C7; }
a { background-color: rgb(218,35,199); }
div.DivClassName
{
background-color: #DA23C7;
}
.BgClassName
{
background-color: #DA23C7;
}
</style>
border-color css
<style>
span { border-color: #DA23C7; }
span { border-color: rgb(218,35,199); }
td.TdClassName
{
border-color: #DA23C7;
}
.TagClassName
{
border-color: #DA23C7;
}
</style>