Shades of Deep Magenta #DA0BCB
Tints of Deep Magenta #DA0BCB
RGB
CMYK
RGB Variations
Color information
#DA0BCB (or 0xDA0BCB) is known color: Deep Magenta. HEX triplet: DA, 0B and CB. RGB value is (218,11,203). Sum of RGB (Red+Green+Blue) = 218+11+203=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BCB is #25F434. Grayscale: #5E5E5E. Windows color (decimal): -2487349 or 13306842. OLE color: 13306842.
HSL color Cylindrical-coordinate representation of color #DA0BCB: hue angle of 304.35º 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 #DA0BCB is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.15 |
| HSL | 304.35º | 0.9% | 0.45% | - |
| HSV(B) | 304.35º | 0.95% | 0.85% | - |
| XYZ | 39.81 | 19.46 | 58.16 | - |
| YUV | 94.78 | 189.08 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 203 | 0 | 0.95 | 0.07 | 0.15 | 304.35 | 0.9 | 0.45 |
| Hex | DA | B | CB | 0 | 5F | 7 | F | 130 | 5A | 2D |
| Octal | 332 | 13 | 313 | 0 | 137 | 7 | 17 | 460 | 132 | 55 |
| Binary | 11011010 | 1011 | 11001011 | 0 | 1011111 | 111 | 1111 | 100110000 | 1011010 | 101101 |
Color Harmonies of #DA0BCB
Complementary color
Monochromatic Colors of #DA0BCB
Black with #DA0BCB
Text Example
Text Example
White with #DA0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BCB; }
p { color: rgb(218,11,203); }
H1.HeaderClassName
{
color: #DA0BCB;
}
.AnyTagClassName
{
color: #DA0BCB;
}
</style>
background-color css
<style>
a { background-color: #DA0BCB; }
a { background-color: rgb(218,11,203); }
div.DivClassName
{
background-color: #DA0BCB;
}
.BgClassName
{
background-color: #DA0BCB;
}
</style>
border-color css
<style>
span { border-color: #DA0BCB; }
span { border-color: rgb(218,11,203); }
td.TdClassName
{
border-color: #DA0BCB;
}
.TagClassName
{
border-color: #DA0BCB;
}
</style>