Shades of Deep Magenta #DA04CB
Tints of Deep Magenta #DA04CB
RGB
CMYK
RGB Variations
Color information
#DA04CB (or 0xDA04CB) is known color: Deep Magenta. HEX triplet: DA, 04 and CB. RGB value is (218,4,203). Sum of RGB (Red+Green+Blue) = 218+4+203=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04CB is #25FB34. Grayscale: #5A5A5A. Windows color (decimal): -2489141 or 13305050. OLE color: 13305050.
HSL color Cylindrical-coordinate representation of color #DA04CB: hue angle of 304.21º 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 #DA04CB is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 203 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.15 |
| HSL | 304.21º | 0.96% | 0.44% | - |
| HSV(B) | 304.21º | 0.98% | 0.85% | - |
| XYZ | 39.74 | 19.3 | 58.13 | - |
| YUV | 90.67 | 191.4 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 203 | 0 | 0.98 | 0.07 | 0.15 | 304.21 | 0.96 | 0.44 |
| Hex | DA | 4 | CB | 0 | 62 | 7 | F | 130 | 60 | 2C |
| Octal | 332 | 4 | 313 | 0 | 142 | 7 | 17 | 460 | 140 | 54 |
| Binary | 11011010 | 100 | 11001011 | 0 | 1100010 | 111 | 1111 | 100110000 | 1100000 | 101100 |
Color Harmonies of #DA04CB
Complementary color
Monochromatic Colors of #DA04CB
Black with #DA04CB
Text Example
Text Example
White with #DA04CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04CB; }
p { color: rgb(218,4,203); }
H1.HeaderClassName
{
color: #DA04CB;
}
.AnyTagClassName
{
color: #DA04CB;
}
</style>
background-color css
<style>
a { background-color: #DA04CB; }
a { background-color: rgb(218,4,203); }
div.DivClassName
{
background-color: #DA04CB;
}
.BgClassName
{
background-color: #DA04CB;
}
</style>
border-color css
<style>
span { border-color: #DA04CB; }
span { border-color: rgb(218,4,203); }
td.TdClassName
{
border-color: #DA04CB;
}
.TagClassName
{
border-color: #DA04CB;
}
</style>