Shades of Deep Magenta #DA1CCD
Tints of Deep Magenta #DA1CCD
RGB
CMYK
RGB Variations
Color information
#DA1CCD (or 0xDA1CCD) is known color: Deep Magenta. HEX triplet: DA, 1C and CD. RGB value is (218,28,205). Sum of RGB (Red+Green+Blue) = 218+28+205=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CCD is #25E332. Grayscale: #686868. Windows color (decimal): -2482995 or 13442266. OLE color: 13442266.
HSL color Cylindrical-coordinate representation of color #DA1CCD: hue angle of 304.11º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1CCD is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 205 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.15 |
| HSL | 304.11º | 0.77% | 0.48% | - |
| HSV(B) | 304.11º | 0.87% | 0.85% | - |
| XYZ | 40.35 | 20.14 | 59.52 | - |
| YUV | 104.99 | 184.45 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 205 | 0 | 0.87 | 0.06 | 0.15 | 304.11 | 0.77 | 0.48 |
| Hex | DA | 1C | CD | 0 | 57 | 6 | F | 130 | 4D | 30 |
| Octal | 332 | 34 | 315 | 0 | 127 | 6 | 17 | 460 | 115 | 60 |
| Binary | 11011010 | 11100 | 11001101 | 0 | 1010111 | 110 | 1111 | 100110000 | 1001101 | 110000 |
Color Harmonies of #DA1CCD
Complementary color
Monochromatic Colors of #DA1CCD
Black with #DA1CCD
Text Example
Text Example
White with #DA1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CCD; }
p { color: rgb(218,28,205); }
H1.HeaderClassName
{
color: #DA1CCD;
}
.AnyTagClassName
{
color: #DA1CCD;
}
</style>
background-color css
<style>
a { background-color: #DA1CCD; }
a { background-color: rgb(218,28,205); }
div.DivClassName
{
background-color: #DA1CCD;
}
.BgClassName
{
background-color: #DA1CCD;
}
</style>
border-color css
<style>
span { border-color: #DA1CCD; }
span { border-color: rgb(218,28,205); }
td.TdClassName
{
border-color: #DA1CCD;
}
.TagClassName
{
border-color: #DA1CCD;
}
</style>