Shades of Deep Magenta #DA1BC3
Tints of Deep Magenta #DA1BC3
RGB
CMYK
RGB Variations
Color information
#DA1BC3 (or 0xDA1BC3) is known color: Deep Magenta. HEX triplet: DA, 1B and C3. RGB value is (218,27,195). Sum of RGB (Red+Green+Blue) = 218+27+195=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1BC3 is #25E43C. Grayscale: #666666. Windows color (decimal): -2483261 or 12786650. OLE color: 12786650.
HSL color Cylindrical-coordinate representation of color #DA1BC3: hue angle of 307.23º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1BC3 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 195 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.15 |
| HSL | 307.23º | 0.78% | 0.48% | - |
| HSV(B) | 307.23º | 0.88% | 0.85% | - |
| XYZ | 39.16 | 19.63 | 53.35 | - |
| YUV | 103.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 195 | 0 | 0.88 | 0.11 | 0.15 | 307.23 | 0.78 | 0.48 |
| Hex | DA | 1B | C3 | 0 | 58 | B | F | 133 | 4E | 30 |
| Octal | 332 | 33 | 303 | 0 | 130 | 13 | 17 | 463 | 116 | 60 |
| Binary | 11011010 | 11011 | 11000011 | 0 | 1011000 | 1011 | 1111 | 100110011 | 1001110 | 110000 |
Color Harmonies of #DA1BC3
Complementary color
Monochromatic Colors of #DA1BC3
Black with #DA1BC3
Text Example
Text Example
White with #DA1BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BC3; }
p { color: rgb(218,27,195); }
H1.HeaderClassName
{
color: #DA1BC3;
}
.AnyTagClassName
{
color: #DA1BC3;
}
</style>
background-color css
<style>
a { background-color: #DA1BC3; }
a { background-color: rgb(218,27,195); }
div.DivClassName
{
background-color: #DA1BC3;
}
.BgClassName
{
background-color: #DA1BC3;
}
</style>
border-color css
<style>
span { border-color: #DA1BC3; }
span { border-color: rgb(218,27,195); }
td.TdClassName
{
border-color: #DA1BC3;
}
.TagClassName
{
border-color: #DA1BC3;
}
</style>