Shades of Deep Magenta #DA0ACB
Tints of Deep Magenta #DA0ACB
RGB
CMYK
RGB Variations
Color information
#DA0ACB (or 0xDA0ACB) is known color: Deep Magenta. HEX triplet: DA, 0A and CB. RGB value is (218,10,203). Sum of RGB (Red+Green+Blue) = 218+10+203=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ACB is #25F534. Grayscale: #5D5D5D. Windows color (decimal): -2487605 or 13306586. OLE color: 13306586.
HSL color Cylindrical-coordinate representation of color #DA0ACB: hue angle of 304.33º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0ACB is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 203 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.15 |
| HSL | 304.33º | 0.91% | 0.45% | - |
| HSV(B) | 304.33º | 0.95% | 0.85% | - |
| XYZ | 39.8 | 19.43 | 58.15 | - |
| YUV | 94.19 | 189.41 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 203 | 0 | 0.95 | 0.07 | 0.15 | 304.33 | 0.91 | 0.45 |
| Hex | DA | A | CB | 0 | 5F | 7 | F | 130 | 5B | 2D |
| Octal | 332 | 12 | 313 | 0 | 137 | 7 | 17 | 460 | 133 | 55 |
| Binary | 11011010 | 1010 | 11001011 | 0 | 1011111 | 111 | 1111 | 100110000 | 1011011 | 101101 |
Color Harmonies of #DA0ACB
Complementary color
Monochromatic Colors of #DA0ACB
Black with #DA0ACB
Text Example
Text Example
White with #DA0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0ACB; }
p { color: rgb(218,10,203); }
H1.HeaderClassName
{
color: #DA0ACB;
}
.AnyTagClassName
{
color: #DA0ACB;
}
</style>
background-color css
<style>
a { background-color: #DA0ACB; }
a { background-color: rgb(218,10,203); }
div.DivClassName
{
background-color: #DA0ACB;
}
.BgClassName
{
background-color: #DA0ACB;
}
</style>
border-color css
<style>
span { border-color: #DA0ACB; }
span { border-color: rgb(218,10,203); }
td.TdClassName
{
border-color: #DA0ACB;
}
.TagClassName
{
border-color: #DA0ACB;
}
</style>