Shades of Deep Magenta #DA0BB3
Tints of Deep Magenta #DA0BB3
RGB
CMYK
RGB Variations
Color information
#DA0BB3 (or 0xDA0BB3) is known color: Deep Magenta. HEX triplet: DA, 0B and B3. RGB value is (218,11,179). Sum of RGB (Red+Green+Blue) = 218+11+179=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BB3 is #25F44C. Grayscale: #5B5B5B. Windows color (decimal): -2487373 or 11733978. OLE color: 11733978.
HSL color Cylindrical-coordinate representation of color #DA0BB3: hue angle of 311.3º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BB3 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 179 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.15 |
| HSL | 311.3º | 0.9% | 0.45% | - |
| HSV(B) | 311.3º | 0.95% | 0.85% | - |
| XYZ | 37.17 | 18.4 | 44.24 | - |
| YUV | 92.05 | 177.08 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 179 | 0 | 0.95 | 0.18 | 0.15 | 311.3 | 0.9 | 0.45 |
| Hex | DA | B | B3 | 0 | 5F | 12 | F | 137 | 5A | 2D |
| Octal | 332 | 13 | 263 | 0 | 137 | 22 | 17 | 467 | 132 | 55 |
| Binary | 11011010 | 1011 | 10110011 | 0 | 1011111 | 10010 | 1111 | 100110111 | 1011010 | 101101 |
Color Harmonies of #DA0BB3
Complementary color
Monochromatic Colors of #DA0BB3
Black with #DA0BB3
Text Example
Text Example
White with #DA0BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BB3; }
p { color: rgb(218,11,179); }
H1.HeaderClassName
{
color: #DA0BB3;
}
.AnyTagClassName
{
color: #DA0BB3;
}
</style>
background-color css
<style>
a { background-color: #DA0BB3; }
a { background-color: rgb(218,11,179); }
div.DivClassName
{
background-color: #DA0BB3;
}
.BgClassName
{
background-color: #DA0BB3;
}
</style>
border-color css
<style>
span { border-color: #DA0BB3; }
span { border-color: rgb(218,11,179); }
td.TdClassName
{
border-color: #DA0BB3;
}
.TagClassName
{
border-color: #DA0BB3;
}
</style>