Shades of Deep Magenta #DA04BC
Tints of Deep Magenta #DA04BC
RGB
CMYK
RGB Variations
Color information
#DA04BC (or 0xDA04BC) is known color: Deep Magenta. HEX triplet: DA, 04 and BC. RGB value is (218,4,188). Sum of RGB (Red+Green+Blue) = 218+4+188=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04BC is #25FB43. Grayscale: #585858. Windows color (decimal): -2489156 or 12322010. OLE color: 12322010.
HSL color Cylindrical-coordinate representation of color #DA04BC: hue angle of 308.41º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA04BC is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.15 |
| HSL | 308.41º | 0.96% | 0.44% | - |
| HSV(B) | 308.41º | 0.98% | 0.85% | - |
| XYZ | 38.03 | 18.62 | 49.17 | - |
| YUV | 88.96 | 183.9 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 188 | 0 | 0.98 | 0.14 | 0.15 | 308.41 | 0.96 | 0.44 |
| Hex | DA | 4 | BC | 0 | 62 | E | F | 134 | 60 | 2C |
| Octal | 332 | 4 | 274 | 0 | 142 | 16 | 17 | 464 | 140 | 54 |
| Binary | 11011010 | 100 | 10111100 | 0 | 1100010 | 1110 | 1111 | 100110100 | 1100000 | 101100 |
Color Harmonies of #DA04BC
Complementary color
Monochromatic Colors of #DA04BC
Black with #DA04BC
Text Example
Text Example
White with #DA04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04BC; }
p { color: rgb(218,4,188); }
H1.HeaderClassName
{
color: #DA04BC;
}
.AnyTagClassName
{
color: #DA04BC;
}
</style>
background-color css
<style>
a { background-color: #DA04BC; }
a { background-color: rgb(218,4,188); }
div.DivClassName
{
background-color: #DA04BC;
}
.BgClassName
{
background-color: #DA04BC;
}
</style>
border-color css
<style>
span { border-color: #DA04BC; }
span { border-color: rgb(218,4,188); }
td.TdClassName
{
border-color: #DA04BC;
}
.TagClassName
{
border-color: #DA04BC;
}
</style>