Shades of Deep Magenta #DA08C8
Tints of Deep Magenta #DA08C8
RGB
CMYK
RGB Variations
Color information
#DA08C8 (or 0xDA08C8) is known color: Deep Magenta. HEX triplet: DA, 08 and C8. RGB value is (218,8,200). Sum of RGB (Red+Green+Blue) = 218+8+200=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA08C8 is #25F737. Grayscale: #5C5C5C. Windows color (decimal): -2488120 or 13109466. OLE color: 13109466.
HSL color Cylindrical-coordinate representation of color #DA08C8: hue angle of 305.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA08C8 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 200 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.15 |
| HSL | 305.14º | 0.93% | 0.44% | - |
| HSV(B) | 305.14º | 0.96% | 0.85% | - |
| XYZ | 39.43 | 19.25 | 56.28 | - |
| YUV | 92.68 | 188.57 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 200 | 0 | 0.96 | 0.08 | 0.15 | 305.14 | 0.93 | 0.44 |
| Hex | DA | 8 | C8 | 0 | 60 | 8 | F | 131 | 5D | 2C |
| Octal | 332 | 10 | 310 | 0 | 140 | 10 | 17 | 461 | 135 | 54 |
| Binary | 11011010 | 1000 | 11001000 | 0 | 1100000 | 1000 | 1111 | 100110001 | 1011101 | 101100 |
Color Harmonies of #DA08C8
Complementary color
Monochromatic Colors of #DA08C8
Black with #DA08C8
Text Example
Text Example
White with #DA08C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA08C8; }
p { color: rgb(218,8,200); }
H1.HeaderClassName
{
color: #DA08C8;
}
.AnyTagClassName
{
color: #DA08C8;
}
</style>
background-color css
<style>
a { background-color: #DA08C8; }
a { background-color: rgb(218,8,200); }
div.DivClassName
{
background-color: #DA08C8;
}
.BgClassName
{
background-color: #DA08C8;
}
</style>
border-color css
<style>
span { border-color: #DA08C8; }
span { border-color: rgb(218,8,200); }
td.TdClassName
{
border-color: #DA08C8;
}
.TagClassName
{
border-color: #DA08C8;
}
</style>