Shades of Deep Magenta #DA00B4
Tints of Deep Magenta #DA00B4
RGB
CMYK
RGB Variations
Color information
#DA00B4 (or 0xDA00B4) is known color: Deep Magenta. HEX triplet: DA, 00 and B4. RGB value is (218,0,180). Sum of RGB (Red+Green+Blue) = 218+0+180=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00B4 is #25FF4B. Grayscale: #555555. Windows color (decimal): -2490188 or 11796698. OLE color: 11796698.
HSL color Cylindrical-coordinate representation of color #DA00B4: hue angle of 310.46º 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 #DA00B4 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 180 | - |
| CMYK | 0 | 1 | 0.17 | 0.15 |
| HSL | 310.46º | 1% | 0.43% | - |
| HSV(B) | 310.46º | 1% | 0.85% | - |
| XYZ | 37.15 | 18.2 | 44.74 | - |
| YUV | 85.7 | 181.22 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 180 | 0 | 1 | 0.17 | 0.15 | 310.46 | 1 | 0.43 |
| Hex | DA | 0 | B4 | 0 | 64 | 11 | F | 136 | 64 | 2B |
| Octal | 332 | 0 | 264 | 0 | 144 | 21 | 17 | 466 | 144 | 53 |
| Binary | 11011010 | 0 | 10110100 | 0 | 1100100 | 10001 | 1111 | 100110110 | 1100100 | 101011 |
Color Harmonies of #DA00B4
Complementary color
Monochromatic Colors of #DA00B4
Black with #DA00B4
Text Example
Text Example
White with #DA00B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00B4; }
p { color: rgb(218,0,180); }
H1.HeaderClassName
{
color: #DA00B4;
}
.AnyTagClassName
{
color: #DA00B4;
}
</style>
background-color css
<style>
a { background-color: #DA00B4; }
a { background-color: rgb(218,0,180); }
div.DivClassName
{
background-color: #DA00B4;
}
.BgClassName
{
background-color: #DA00B4;
}
</style>
border-color css
<style>
span { border-color: #DA00B4; }
span { border-color: rgb(218,0,180); }
td.TdClassName
{
border-color: #DA00B4;
}
.TagClassName
{
border-color: #DA00B4;
}
</style>