Shades of Deep Magenta #DA23D0
Tints of Deep Magenta #DA23D0
RGB
CMYK
RGB Variations
Color information
#DA23D0 (or 0xDA23D0) is known color: Deep Magenta. HEX triplet: DA, 23 and D0. RGB value is (218,35,208). Sum of RGB (Red+Green+Blue) = 218+35+208=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23D0 is #25DC2F. Grayscale: #6C6C6C. Windows color (decimal): -2481200 or 13640666. OLE color: 13640666.
HSL color Cylindrical-coordinate representation of color #DA23D0: hue angle of 303.28º 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 #DA23D0 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 208 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.15 |
| HSL | 303.28º | 0.72% | 0.5% | - |
| HSV(B) | 303.28º | 0.84% | 0.85% | - |
| XYZ | 40.9 | 20.66 | 61.51 | - |
| YUV | 109.44 | 183.63 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 208 | 0 | 0.84 | 0.05 | 0.15 | 303.28 | 0.72 | 0.5 |
| Hex | DA | 23 | D0 | 0 | 54 | 5 | F | 12F | 48 | 32 |
| Octal | 332 | 43 | 320 | 0 | 124 | 5 | 17 | 457 | 110 | 62 |
| Binary | 11011010 | 100011 | 11010000 | 0 | 1010100 | 101 | 1111 | 100101111 | 1001000 | 110010 |
Color Harmonies of #DA23D0
Complementary color
Monochromatic Colors of #DA23D0
Black with #DA23D0
Text Example
Text Example
White with #DA23D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23D0; }
p { color: rgb(218,35,208); }
H1.HeaderClassName
{
color: #DA23D0;
}
.AnyTagClassName
{
color: #DA23D0;
}
</style>
background-color css
<style>
a { background-color: #DA23D0; }
a { background-color: rgb(218,35,208); }
div.DivClassName
{
background-color: #DA23D0;
}
.BgClassName
{
background-color: #DA23D0;
}
</style>
border-color css
<style>
span { border-color: #DA23D0; }
span { border-color: rgb(218,35,208); }
td.TdClassName
{
border-color: #DA23D0;
}
.TagClassName
{
border-color: #DA23D0;
}
</style>