Shades of Deep Magenta #DA08CB
Tints of Deep Magenta #DA08CB
RGB
CMYK
RGB Variations
Color information
#DA08CB (or 0xDA08CB) is known color: Deep Magenta. HEX triplet: DA, 08 and CB. RGB value is (218,8,203). Sum of RGB (Red+Green+Blue) = 218+8+203=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA08CB is #25F734. Grayscale: #5C5C5C. Windows color (decimal): -2488117 or 13306074. OLE color: 13306074.
HSL color Cylindrical-coordinate representation of color #DA08CB: hue angle of 304.29º 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 #DA08CB is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.15 |
| HSL | 304.29º | 0.93% | 0.44% | - |
| HSV(B) | 304.29º | 0.96% | 0.85% | - |
| XYZ | 39.78 | 19.39 | 58.15 | - |
| YUV | 93.02 | 190.07 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 203 | 0 | 0.96 | 0.07 | 0.15 | 304.29 | 0.93 | 0.44 |
| Hex | DA | 8 | CB | 0 | 60 | 7 | F | 130 | 5D | 2C |
| Octal | 332 | 10 | 313 | 0 | 140 | 7 | 17 | 460 | 135 | 54 |
| Binary | 11011010 | 1000 | 11001011 | 0 | 1100000 | 111 | 1111 | 100110000 | 1011101 | 101100 |
Color Harmonies of #DA08CB
Complementary color
Monochromatic Colors of #DA08CB
Black with #DA08CB
Text Example
Text Example
White with #DA08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA08CB; }
p { color: rgb(218,8,203); }
H1.HeaderClassName
{
color: #DA08CB;
}
.AnyTagClassName
{
color: #DA08CB;
}
</style>
background-color css
<style>
a { background-color: #DA08CB; }
a { background-color: rgb(218,8,203); }
div.DivClassName
{
background-color: #DA08CB;
}
.BgClassName
{
background-color: #DA08CB;
}
</style>
border-color css
<style>
span { border-color: #DA08CB; }
span { border-color: rgb(218,8,203); }
td.TdClassName
{
border-color: #DA08CB;
}
.TagClassName
{
border-color: #DA08CB;
}
</style>