Shades of Deep Magenta #DA23DC
Tints of Deep Magenta #DA23DC
RGB
CMYK
RGB Variations
Color information
#DA23DC (or 0xDA23DC) is known color: Deep Magenta. HEX triplet: DA, 23 and DC. RGB value is (218,35,220). Sum of RGB (Red+Green+Blue) = 218+35+220=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA23DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23DC is #25DC23. Grayscale: #6E6E6E. Windows color (decimal): -2481188 or 14427098. OLE color: 14427098.
HSL color Cylindrical-coordinate representation of color #DA23DC: hue angle of 299.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA23DC is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 35 | 220 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.14 |
| HSL | 299.35º | 0.73% | 0.5% | - |
| HSV(B) | 299.35º | 0.84% | 0.86% | - |
| XYZ | 42.43 | 21.27 | 69.58 | - |
| YUV | 110.81 | 189.63 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 220 | 0.01 | 0.84 | 0 | 0.14 | 299.35 | 0.73 | 0.5 |
| Hex | DA | 23 | DC | 1 | 54 | 0 | E | 12B | 49 | 32 |
| Octal | 332 | 43 | 334 | 1 | 124 | 0 | 16 | 453 | 111 | 62 |
| Binary | 11011010 | 100011 | 11011100 | 1 | 1010100 | 0 | 1110 | 100101011 | 1001001 | 110010 |
Color Harmonies of #DA23DC
Complementary color
Monochromatic Colors of #DA23DC
Black with #DA23DC
Text Example
Text Example
White with #DA23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23DC; }
p { color: rgb(218,35,220); }
H1.HeaderClassName
{
color: #DA23DC;
}
.AnyTagClassName
{
color: #DA23DC;
}
</style>
background-color css
<style>
a { background-color: #DA23DC; }
a { background-color: rgb(218,35,220); }
div.DivClassName
{
background-color: #DA23DC;
}
.BgClassName
{
background-color: #DA23DC;
}
</style>
border-color css
<style>
span { border-color: #DA23DC; }
span { border-color: rgb(218,35,220); }
td.TdClassName
{
border-color: #DA23DC;
}
.TagClassName
{
border-color: #DA23DC;
}
</style>