Shades of Deep Magenta #DA1BCB
Tints of Deep Magenta #DA1BCB
RGB
CMYK
RGB Variations
Color information
#DA1BCB (or 0xDA1BCB) is known color: Deep Magenta. HEX triplet: DA, 1B and CB. RGB value is (218,27,203). Sum of RGB (Red+Green+Blue) = 218+27+203=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1BCB is #25E434. Grayscale: #676767. Windows color (decimal): -2483253 or 13310938. OLE color: 13310938.
HSL color Cylindrical-coordinate representation of color #DA1BCB: hue angle of 304.71º 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 #DA1BCB is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 203 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.15 |
| HSL | 304.71º | 0.78% | 0.48% | - |
| HSV(B) | 304.71º | 0.88% | 0.85% | - |
| XYZ | 40.08 | 20 | 58.25 | - |
| YUV | 104.17 | 183.78 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 203 | 0 | 0.88 | 0.07 | 0.15 | 304.71 | 0.78 | 0.48 |
| Hex | DA | 1B | CB | 0 | 58 | 7 | F | 131 | 4E | 30 |
| Octal | 332 | 33 | 313 | 0 | 130 | 7 | 17 | 461 | 116 | 60 |
| Binary | 11011010 | 11011 | 11001011 | 0 | 1011000 | 111 | 1111 | 100110001 | 1001110 | 110000 |
Color Harmonies of #DA1BCB
Complementary color
Monochromatic Colors of #DA1BCB
Black with #DA1BCB
Text Example
Text Example
White with #DA1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BCB; }
p { color: rgb(218,27,203); }
H1.HeaderClassName
{
color: #DA1BCB;
}
.AnyTagClassName
{
color: #DA1BCB;
}
</style>
background-color css
<style>
a { background-color: #DA1BCB; }
a { background-color: rgb(218,27,203); }
div.DivClassName
{
background-color: #DA1BCB;
}
.BgClassName
{
background-color: #DA1BCB;
}
</style>
border-color css
<style>
span { border-color: #DA1BCB; }
span { border-color: rgb(218,27,203); }
td.TdClassName
{
border-color: #DA1BCB;
}
.TagClassName
{
border-color: #DA1BCB;
}
</style>