Shades of Deep Magenta #DA08DF
Tints of Deep Magenta #DA08DF
RGB
CMYK
RGB Variations
Color information
#DA08DF (or 0xDA08DF) is known color: Deep Magenta. HEX triplet: DA, 08 and DF. RGB value is (218,8,223). Sum of RGB (Red+Green+Blue) = 218+8+223=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 8 (3.52% from 255 or 1.78% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA08DF is #25F720. Grayscale: #5E5E5E. Windows color (decimal): -2488097 or 14616794. OLE color: 14616794.
HSL color Cylindrical-coordinate representation of color #DA08DF: hue angle of 298.6º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA08DF is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 8 | 223 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.13 |
| HSL | 298.6º | 0.93% | 0.45% | - |
| HSV(B) | 298.6º | 0.96% | 0.87% | - |
| XYZ | 42.32 | 20.41 | 71.52 | - |
| YUV | 95.3 | 200.07 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 223 | 0.02 | 0.96 | 0 | 0.13 | 298.6 | 0.93 | 0.45 |
| Hex | DA | 8 | DF | 2 | 60 | 0 | D | 12B | 5D | 2D |
| Octal | 332 | 10 | 337 | 2 | 140 | 0 | 15 | 453 | 135 | 55 |
| Binary | 11011010 | 1000 | 11011111 | 10 | 1100000 | 0 | 1101 | 100101011 | 1011101 | 101101 |
Color Harmonies of #DA08DF
Complementary color
Monochromatic Colors of #DA08DF
Black with #DA08DF
Text Example
Text Example
White with #DA08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA08DF; }
p { color: rgb(218,8,223); }
H1.HeaderClassName
{
color: #DA08DF;
}
.AnyTagClassName
{
color: #DA08DF;
}
</style>
background-color css
<style>
a { background-color: #DA08DF; }
a { background-color: rgb(218,8,223); }
div.DivClassName
{
background-color: #DA08DF;
}
.BgClassName
{
background-color: #DA08DF;
}
</style>
border-color css
<style>
span { border-color: #DA08DF; }
span { border-color: rgb(218,8,223); }
td.TdClassName
{
border-color: #DA08DF;
}
.TagClassName
{
border-color: #DA08DF;
}
</style>