Shades of Deep Magenta #DA06CB
Tints of Deep Magenta #DA06CB
RGB
CMYK
RGB Variations
Color information
#DA06CB (or 0xDA06CB) is known color: Deep Magenta. HEX triplet: DA, 06 and CB. RGB value is (218,6,203). Sum of RGB (Red+Green+Blue) = 218+6+203=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06CB is #25F934. Grayscale: #5B5B5B. Windows color (decimal): -2488629 or 13305562. OLE color: 13305562.
HSL color Cylindrical-coordinate representation of color #DA06CB: hue angle of 304.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA06CB is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 203 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.15 |
| HSL | 304.25º | 0.95% | 0.44% | - |
| HSV(B) | 304.25º | 0.97% | 0.85% | - |
| XYZ | 39.76 | 19.35 | 58.14 | - |
| YUV | 91.85 | 190.74 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 203 | 0 | 0.97 | 0.07 | 0.15 | 304.25 | 0.95 | 0.44 |
| Hex | DA | 6 | CB | 0 | 61 | 7 | F | 130 | 5F | 2C |
| Octal | 332 | 6 | 313 | 0 | 141 | 7 | 17 | 460 | 137 | 54 |
| Binary | 11011010 | 110 | 11001011 | 0 | 1100001 | 111 | 1111 | 100110000 | 1011111 | 101100 |
Color Harmonies of #DA06CB
Complementary color
Monochromatic Colors of #DA06CB
Black with #DA06CB
Text Example
Text Example
White with #DA06CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA06CB; }
p { color: rgb(218,6,203); }
H1.HeaderClassName
{
color: #DA06CB;
}
.AnyTagClassName
{
color: #DA06CB;
}
</style>
background-color css
<style>
a { background-color: #DA06CB; }
a { background-color: rgb(218,6,203); }
div.DivClassName
{
background-color: #DA06CB;
}
.BgClassName
{
background-color: #DA06CB;
}
</style>
border-color css
<style>
span { border-color: #DA06CB; }
span { border-color: rgb(218,6,203); }
td.TdClassName
{
border-color: #DA06CB;
}
.TagClassName
{
border-color: #DA06CB;
}
</style>