Shades of Deep Magenta #DA23CF
Tints of Deep Magenta #DA23CF
RGB
CMYK
RGB Variations
Color information
#DA23CF (or 0xDA23CF) is known color: Deep Magenta. HEX triplet: DA, 23 and CF. RGB value is (218,35,207). Sum of RGB (Red+Green+Blue) = 218+35+207=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23CF is #25DC30. Grayscale: #6C6C6C. Windows color (decimal): -2481201 or 13575130. OLE color: 13575130.
HSL color Cylindrical-coordinate representation of color #DA23CF: hue angle of 303.61º 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 #DA23CF is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 207 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.15 |
| HSL | 303.61º | 0.72% | 0.5% | - |
| HSV(B) | 303.61º | 0.84% | 0.85% | - |
| XYZ | 40.78 | 20.61 | 60.86 | - |
| YUV | 109.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 207 | 0 | 0.84 | 0.05 | 0.15 | 303.61 | 0.72 | 0.5 |
| Hex | DA | 23 | CF | 0 | 54 | 5 | F | 130 | 48 | 32 |
| Octal | 332 | 43 | 317 | 0 | 124 | 5 | 17 | 460 | 110 | 62 |
| Binary | 11011010 | 100011 | 11001111 | 0 | 1010100 | 101 | 1111 | 100110000 | 1001000 | 110010 |
Color Harmonies of #DA23CF
Complementary color
Monochromatic Colors of #DA23CF
Black with #DA23CF
Text Example
Text Example
White with #DA23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23CF; }
p { color: rgb(218,35,207); }
H1.HeaderClassName
{
color: #DA23CF;
}
.AnyTagClassName
{
color: #DA23CF;
}
</style>
background-color css
<style>
a { background-color: #DA23CF; }
a { background-color: rgb(218,35,207); }
div.DivClassName
{
background-color: #DA23CF;
}
.BgClassName
{
background-color: #DA23CF;
}
</style>
border-color css
<style>
span { border-color: #DA23CF; }
span { border-color: rgb(218,35,207); }
td.TdClassName
{
border-color: #DA23CF;
}
.TagClassName
{
border-color: #DA23CF;
}
</style>