Shades of Deep Magenta #DA13CB
Tints of Deep Magenta #DA13CB
RGB
CMYK
RGB Variations
Color information
#DA13CB (or 0xDA13CB) is known color: Deep Magenta. HEX triplet: DA, 13 and CB. RGB value is (218,19,203). Sum of RGB (Red+Green+Blue) = 218+19+203=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13CB is #25EC34. Grayscale: #626262. Windows color (decimal): -2485301 or 13308890. OLE color: 13308890.
HSL color Cylindrical-coordinate representation of color #DA13CB: hue angle of 304.52º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA13CB is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 203 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.15 |
| HSL | 304.52º | 0.84% | 0.46% | - |
| HSV(B) | 304.52º | 0.91% | 0.85% | - |
| XYZ | 39.93 | 19.68 | 58.19 | - |
| YUV | 99.48 | 186.43 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 203 | 0 | 0.91 | 0.07 | 0.15 | 304.52 | 0.84 | 0.46 |
| Hex | DA | 13 | CB | 0 | 5B | 7 | F | 131 | 54 | 2E |
| Octal | 332 | 23 | 313 | 0 | 133 | 7 | 17 | 461 | 124 | 56 |
| Binary | 11011010 | 10011 | 11001011 | 0 | 1011011 | 111 | 1111 | 100110001 | 1010100 | 101110 |
Color Harmonies of #DA13CB
Complementary color
Monochromatic Colors of #DA13CB
Black with #DA13CB
Text Example
Text Example
White with #DA13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA13CB; }
p { color: rgb(218,19,203); }
H1.HeaderClassName
{
color: #DA13CB;
}
.AnyTagClassName
{
color: #DA13CB;
}
</style>
background-color css
<style>
a { background-color: #DA13CB; }
a { background-color: rgb(218,19,203); }
div.DivClassName
{
background-color: #DA13CB;
}
.BgClassName
{
background-color: #DA13CB;
}
</style>
border-color css
<style>
span { border-color: #DA13CB; }
span { border-color: rgb(218,19,203); }
td.TdClassName
{
border-color: #DA13CB;
}
.TagClassName
{
border-color: #DA13CB;
}
</style>