Shades of Deep Magenta #DA0BDF
Tints of Deep Magenta #DA0BDF
RGB
CMYK
RGB Variations
Color information
#DA0BDF (or 0xDA0BDF) is known color: Deep Magenta. HEX triplet: DA, 0B and DF. RGB value is (218,11,223). Sum of RGB (Red+Green+Blue) = 218+11+223=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA0BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BDF is #25F420. Grayscale: #606060. Windows color (decimal): -2487329 or 14617562. OLE color: 14617562.
HSL color Cylindrical-coordinate representation of color #DA0BDF: hue angle of 298.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BDF is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 11 | 223 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.13 |
| HSL | 298.58º | 0.91% | 0.46% | - |
| HSV(B) | 298.58º | 0.95% | 0.87% | - |
| XYZ | 42.35 | 20.47 | 71.53 | - |
| YUV | 97.06 | 199.08 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 223 | 0.02 | 0.95 | 0 | 0.13 | 298.58 | 0.91 | 0.46 |
| Hex | DA | B | DF | 2 | 5F | 0 | D | 12B | 5B | 2E |
| Octal | 332 | 13 | 337 | 2 | 137 | 0 | 15 | 453 | 133 | 56 |
| Binary | 11011010 | 1011 | 11011111 | 10 | 1011111 | 0 | 1101 | 100101011 | 1011011 | 101110 |
Color Harmonies of #DA0BDF
Complementary color
Monochromatic Colors of #DA0BDF
Black with #DA0BDF
Text Example
Text Example
White with #DA0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BDF; }
p { color: rgb(218,11,223); }
H1.HeaderClassName
{
color: #DA0BDF;
}
.AnyTagClassName
{
color: #DA0BDF;
}
</style>
background-color css
<style>
a { background-color: #DA0BDF; }
a { background-color: rgb(218,11,223); }
div.DivClassName
{
background-color: #DA0BDF;
}
.BgClassName
{
background-color: #DA0BDF;
}
</style>
border-color css
<style>
span { border-color: #DA0BDF; }
span { border-color: rgb(218,11,223); }
td.TdClassName
{
border-color: #DA0BDF;
}
.TagClassName
{
border-color: #DA0BDF;
}
</style>