Shades of Deep Magenta #DA23D3
Tints of Deep Magenta #DA23D3
RGB
CMYK
RGB Variations
Color information
#DA23D3 (or 0xDA23D3) is known color: Deep Magenta. HEX triplet: DA, 23 and D3. RGB value is (218,35,211). Sum of RGB (Red+Green+Blue) = 218+35+211=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 35 (14.06% from 255 or 7.54% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23D3 is #25DC2C. Grayscale: #6D6D6D. Windows color (decimal): -2481197 or 13837274. OLE color: 13837274.
HSL color Cylindrical-coordinate representation of color #DA23D3: hue angle of 302.3º 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 #DA23D3 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 211 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.15 |
| HSL | 302.3º | 0.72% | 0.5% | - |
| HSV(B) | 302.3º | 0.84% | 0.85% | - |
| XYZ | 41.27 | 20.81 | 63.47 | - |
| YUV | 109.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 211 | 0 | 0.84 | 0.03 | 0.15 | 302.3 | 0.72 | 0.5 |
| Hex | DA | 23 | D3 | 0 | 54 | 3 | F | 12E | 48 | 32 |
| Octal | 332 | 43 | 323 | 0 | 124 | 3 | 17 | 456 | 110 | 62 |
| Binary | 11011010 | 100011 | 11010011 | 0 | 1010100 | 11 | 1111 | 100101110 | 1001000 | 110010 |
Color Harmonies of #DA23D3
Complementary color
Monochromatic Colors of #DA23D3
Black with #DA23D3
Text Example
Text Example
White with #DA23D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23D3; }
p { color: rgb(218,35,211); }
H1.HeaderClassName
{
color: #DA23D3;
}
.AnyTagClassName
{
color: #DA23D3;
}
</style>
background-color css
<style>
a { background-color: #DA23D3; }
a { background-color: rgb(218,35,211); }
div.DivClassName
{
background-color: #DA23D3;
}
.BgClassName
{
background-color: #DA23D3;
}
</style>
border-color css
<style>
span { border-color: #DA23D3; }
span { border-color: rgb(218,35,211); }
td.TdClassName
{
border-color: #DA23D3;
}
.TagClassName
{
border-color: #DA23D3;
}
</style>