Shades of Deep Magenta #DA23CE
Tints of Deep Magenta #DA23CE
RGB
CMYK
RGB Variations
Color information
#DA23CE (or 0xDA23CE) is known color: Deep Magenta. HEX triplet: DA, 23 and CE. RGB value is (218,35,206). Sum of RGB (Red+Green+Blue) = 218+35+206=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23CE is #25DC31. Grayscale: #6C6C6C. Windows color (decimal): -2481202 or 13509594. OLE color: 13509594.
HSL color Cylindrical-coordinate representation of color #DA23CE: hue angle of 303.93º 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 #DA23CE is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 206 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.15 |
| HSL | 303.93º | 0.72% | 0.5% | - |
| HSV(B) | 303.93º | 0.84% | 0.85% | - |
| XYZ | 40.66 | 20.56 | 60.22 | - |
| YUV | 109.21 | 182.63 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 206 | 0 | 0.84 | 0.06 | 0.15 | 303.93 | 0.72 | 0.5 |
| Hex | DA | 23 | CE | 0 | 54 | 6 | F | 130 | 48 | 32 |
| Octal | 332 | 43 | 316 | 0 | 124 | 6 | 17 | 460 | 110 | 62 |
| Binary | 11011010 | 100011 | 11001110 | 0 | 1010100 | 110 | 1111 | 100110000 | 1001000 | 110010 |
Color Harmonies of #DA23CE
Complementary color
Monochromatic Colors of #DA23CE
Black with #DA23CE
Text Example
Text Example
White with #DA23CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23CE; }
p { color: rgb(218,35,206); }
H1.HeaderClassName
{
color: #DA23CE;
}
.AnyTagClassName
{
color: #DA23CE;
}
</style>
background-color css
<style>
a { background-color: #DA23CE; }
a { background-color: rgb(218,35,206); }
div.DivClassName
{
background-color: #DA23CE;
}
.BgClassName
{
background-color: #DA23CE;
}
</style>
border-color css
<style>
span { border-color: #DA23CE; }
span { border-color: rgb(218,35,206); }
td.TdClassName
{
border-color: #DA23CE;
}
.TagClassName
{
border-color: #DA23CE;
}
</style>