Shades of Deep Magenta #DA00B2
Tints of Deep Magenta #DA00B2
RGB
CMYK
RGB Variations
Color information
#DA00B2 (or 0xDA00B2) is known color: Deep Magenta. HEX triplet: DA, 00 and B2. RGB value is (218,0,178). Sum of RGB (Red+Green+Blue) = 218+0+178=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00B2 is #25FF4D. Grayscale: #545454. Windows color (decimal): -2490190 or 11665626. OLE color: 11665626.
HSL color Cylindrical-coordinate representation of color #DA00B2: hue angle of 311.01º 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 #DA00B2 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 178 | - |
| CMYK | 0 | 1 | 0.18 | 0.15 |
| HSL | 311.01º | 1% | 0.43% | - |
| HSV(B) | 311.01º | 1% | 0.85% | - |
| XYZ | 36.95 | 18.12 | 43.67 | - |
| YUV | 85.47 | 180.22 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 178 | 0 | 1 | 0.18 | 0.15 | 311.01 | 1 | 0.43 |
| Hex | DA | 0 | B2 | 0 | 64 | 12 | F | 137 | 64 | 2B |
| Octal | 332 | 0 | 262 | 0 | 144 | 22 | 17 | 467 | 144 | 53 |
| Binary | 11011010 | 0 | 10110010 | 0 | 1100100 | 10010 | 1111 | 100110111 | 1100100 | 101011 |
Color Harmonies of #DA00B2
Complementary color
Monochromatic Colors of #DA00B2
Black with #DA00B2
Text Example
Text Example
White with #DA00B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00B2; }
p { color: rgb(218,0,178); }
H1.HeaderClassName
{
color: #DA00B2;
}
.AnyTagClassName
{
color: #DA00B2;
}
</style>
background-color css
<style>
a { background-color: #DA00B2; }
a { background-color: rgb(218,0,178); }
div.DivClassName
{
background-color: #DA00B2;
}
.BgClassName
{
background-color: #DA00B2;
}
</style>
border-color css
<style>
span { border-color: #DA00B2; }
span { border-color: rgb(218,0,178); }
td.TdClassName
{
border-color: #DA00B2;
}
.TagClassName
{
border-color: #DA00B2;
}
</style>