Shades of Deep Magenta #DA00B3
Tints of Deep Magenta #DA00B3
RGB
CMYK
RGB Variations
Color information
#DA00B3 (or 0xDA00B3) is known color: Deep Magenta. HEX triplet: DA, 00 and B3. RGB value is (218,0,179). Sum of RGB (Red+Green+Blue) = 218+0+179=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00B3 is #25FF4C. Grayscale: #555555. Windows color (decimal): -2490189 or 11731162. OLE color: 11731162.
HSL color Cylindrical-coordinate representation of color #DA00B3: hue angle of 310.73º 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 #DA00B3 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.18 | 0.15 |
| HSL | 310.73º | 1% | 0.43% | - |
| HSV(B) | 310.73º | 1% | 0.85% | - |
| XYZ | 37.05 | 18.16 | 44.2 | - |
| YUV | 85.59 | 180.72 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 179 | 0 | 1 | 0.18 | 0.15 | 310.73 | 1 | 0.43 |
| Hex | DA | 0 | B3 | 0 | 64 | 12 | F | 137 | 64 | 2B |
| Octal | 332 | 0 | 263 | 0 | 144 | 22 | 17 | 467 | 144 | 53 |
| Binary | 11011010 | 0 | 10110011 | 0 | 1100100 | 10010 | 1111 | 100110111 | 1100100 | 101011 |
Color Harmonies of #DA00B3
Complementary color
Monochromatic Colors of #DA00B3
Black with #DA00B3
Text Example
Text Example
White with #DA00B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00B3; }
p { color: rgb(218,0,179); }
H1.HeaderClassName
{
color: #DA00B3;
}
.AnyTagClassName
{
color: #DA00B3;
}
</style>
background-color css
<style>
a { background-color: #DA00B3; }
a { background-color: rgb(218,0,179); }
div.DivClassName
{
background-color: #DA00B3;
}
.BgClassName
{
background-color: #DA00B3;
}
</style>
border-color css
<style>
span { border-color: #DA00B3; }
span { border-color: rgb(218,0,179); }
td.TdClassName
{
border-color: #DA00B3;
}
.TagClassName
{
border-color: #DA00B3;
}
</style>