Shades of Deep Magenta #DA0CCB
Tints of Deep Magenta #DA0CCB
RGB
CMYK
RGB Variations
Color information
#DA0CCB (or 0xDA0CCB) is known color: Deep Magenta. HEX triplet: DA, 0C and CB. RGB value is (218,12,203). Sum of RGB (Red+Green+Blue) = 218+12+203=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CCB is #25F334. Grayscale: #5E5E5E. Windows color (decimal): -2487093 or 13307098. OLE color: 13307098.
HSL color Cylindrical-coordinate representation of color #DA0CCB: hue angle of 304.37º 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 #DA0CCB is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 203 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.15 |
| HSL | 304.37º | 0.9% | 0.45% | - |
| HSV(B) | 304.37º | 0.94% | 0.85% | - |
| XYZ | 39.82 | 19.48 | 58.16 | - |
| YUV | 95.37 | 188.75 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 203 | 0 | 0.94 | 0.07 | 0.15 | 304.37 | 0.9 | 0.45 |
| Hex | DA | C | CB | 0 | 5E | 7 | F | 130 | 5A | 2D |
| Octal | 332 | 14 | 313 | 0 | 136 | 7 | 17 | 460 | 132 | 55 |
| Binary | 11011010 | 1100 | 11001011 | 0 | 1011110 | 111 | 1111 | 100110000 | 1011010 | 101101 |
Color Harmonies of #DA0CCB
Complementary color
Monochromatic Colors of #DA0CCB
Black with #DA0CCB
Text Example
Text Example
White with #DA0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0CCB; }
p { color: rgb(218,12,203); }
H1.HeaderClassName
{
color: #DA0CCB;
}
.AnyTagClassName
{
color: #DA0CCB;
}
</style>
background-color css
<style>
a { background-color: #DA0CCB; }
a { background-color: rgb(218,12,203); }
div.DivClassName
{
background-color: #DA0CCB;
}
.BgClassName
{
background-color: #DA0CCB;
}
</style>
border-color css
<style>
span { border-color: #DA0CCB; }
span { border-color: rgb(218,12,203); }
td.TdClassName
{
border-color: #DA0CCB;
}
.TagClassName
{
border-color: #DA0CCB;
}
</style>