Shades of Deep Magenta #DA0CB3
Tints of Deep Magenta #DA0CB3
RGB
CMYK
RGB Variations
Color information
#DA0CB3 (or 0xDA0CB3) is known color: Deep Magenta. HEX triplet: DA, 0C and B3. RGB value is (218,12,179). Sum of RGB (Red+Green+Blue) = 218+12+179=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0CB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CB3 is #25F34C. Grayscale: #5C5C5C. Windows color (decimal): -2487117 or 11734234. OLE color: 11734234.
HSL color Cylindrical-coordinate representation of color #DA0CB3: hue angle of 311.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0CB3 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 179 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.15 |
| HSL | 311.36º | 0.9% | 0.45% | - |
| HSV(B) | 311.36º | 0.94% | 0.85% | - |
| XYZ | 37.18 | 18.42 | 44.24 | - |
| YUV | 92.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 179 | 0 | 0.94 | 0.18 | 0.15 | 311.36 | 0.9 | 0.45 |
| Hex | DA | C | B3 | 0 | 5E | 12 | F | 137 | 5A | 2D |
| Octal | 332 | 14 | 263 | 0 | 136 | 22 | 17 | 467 | 132 | 55 |
| Binary | 11011010 | 1100 | 10110011 | 0 | 1011110 | 10010 | 1111 | 100110111 | 1011010 | 101101 |
Color Harmonies of #DA0CB3
Complementary color
Monochromatic Colors of #DA0CB3
Black with #DA0CB3
Text Example
Text Example
White with #DA0CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0CB3; }
p { color: rgb(218,12,179); }
H1.HeaderClassName
{
color: #DA0CB3;
}
.AnyTagClassName
{
color: #DA0CB3;
}
</style>
background-color css
<style>
a { background-color: #DA0CB3; }
a { background-color: rgb(218,12,179); }
div.DivClassName
{
background-color: #DA0CB3;
}
.BgClassName
{
background-color: #DA0CB3;
}
</style>
border-color css
<style>
span { border-color: #DA0CB3; }
span { border-color: rgb(218,12,179); }
td.TdClassName
{
border-color: #DA0CB3;
}
.TagClassName
{
border-color: #DA0CB3;
}
</style>