Shades of Deep Magenta #DA00BC
Tints of Deep Magenta #DA00BC
RGB
CMYK
RGB Variations
Color information
#DA00BC (or 0xDA00BC) is known color: Deep Magenta. HEX triplet: DA, 00 and BC. RGB value is (218,0,188). Sum of RGB (Red+Green+Blue) = 218+0+188=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00BC is #25FF43. Grayscale: #565656. Windows color (decimal): -2490180 or 12320986. OLE color: 12320986.
HSL color Cylindrical-coordinate representation of color #DA00BC: hue angle of 308.26º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00BC is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.14 | 0.15 |
| HSL | 308.26º | 1% | 0.43% | - |
| HSV(B) | 308.26º | 1% | 0.85% | - |
| XYZ | 37.99 | 18.54 | 49.15 | - |
| YUV | 86.61 | 185.22 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 188 | 0 | 1 | 0.14 | 0.15 | 308.26 | 1 | 0.43 |
| Hex | DA | 0 | BC | 0 | 64 | E | F | 134 | 64 | 2B |
| Octal | 332 | 0 | 274 | 0 | 144 | 16 | 17 | 464 | 144 | 53 |
| Binary | 11011010 | 0 | 10111100 | 0 | 1100100 | 1110 | 1111 | 100110100 | 1100100 | 101011 |
Color Harmonies of #DA00BC
Complementary color
Monochromatic Colors of #DA00BC
Black with #DA00BC
Text Example
Text Example
White with #DA00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00BC; }
p { color: rgb(218,0,188); }
H1.HeaderClassName
{
color: #DA00BC;
}
.AnyTagClassName
{
color: #DA00BC;
}
</style>
background-color css
<style>
a { background-color: #DA00BC; }
a { background-color: rgb(218,0,188); }
div.DivClassName
{
background-color: #DA00BC;
}
.BgClassName
{
background-color: #DA00BC;
}
</style>
border-color css
<style>
span { border-color: #DA00BC; }
span { border-color: rgb(218,0,188); }
td.TdClassName
{
border-color: #DA00BC;
}
.TagClassName
{
border-color: #DA00BC;
}
</style>