Shades of Deep Magenta #DA00B8
Tints of Deep Magenta #DA00B8
RGB
CMYK
RGB Variations
Color information
#DA00B8 (or 0xDA00B8) is known color: Deep Magenta. HEX triplet: DA, 00 and B8. RGB value is (218,0,184). Sum of RGB (Red+Green+Blue) = 218+0+184=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00B8 is #25FF47. Grayscale: #555555. Windows color (decimal): -2490184 or 12058842. OLE color: 12058842.
HSL color Cylindrical-coordinate representation of color #DA00B8: hue angle of 309.36º 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 #DA00B8 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 184 | - |
| CMYK | 0 | 1 | 0.16 | 0.15 |
| HSL | 309.36º | 1% | 0.43% | - |
| HSV(B) | 309.36º | 1% | 0.85% | - |
| XYZ | 37.57 | 18.37 | 46.91 | - |
| YUV | 86.16 | 183.22 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 184 | 0 | 1 | 0.16 | 0.15 | 309.36 | 1 | 0.43 |
| Hex | DA | 0 | B8 | 0 | 64 | 10 | F | 135 | 64 | 2B |
| Octal | 332 | 0 | 270 | 0 | 144 | 20 | 17 | 465 | 144 | 53 |
| Binary | 11011010 | 0 | 10111000 | 0 | 1100100 | 10000 | 1111 | 100110101 | 1100100 | 101011 |
Color Harmonies of #DA00B8
Complementary color
Monochromatic Colors of #DA00B8
Black with #DA00B8
Text Example
Text Example
White with #DA00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00B8; }
p { color: rgb(218,0,184); }
H1.HeaderClassName
{
color: #DA00B8;
}
.AnyTagClassName
{
color: #DA00B8;
}
</style>
background-color css
<style>
a { background-color: #DA00B8; }
a { background-color: rgb(218,0,184); }
div.DivClassName
{
background-color: #DA00B8;
}
.BgClassName
{
background-color: #DA00B8;
}
</style>
border-color css
<style>
span { border-color: #DA00B8; }
span { border-color: rgb(218,0,184); }
td.TdClassName
{
border-color: #DA00B8;
}
.TagClassName
{
border-color: #DA00B8;
}
</style>