Shades of Deep Magenta #D613B0
Tints of Deep Magenta #D613B0
RGB
CMYK
RGB Variations
Color information
#D613B0 (or 0xD613B0) is known color: Deep Magenta. HEX triplet: D6, 13 and B0. RGB value is (214,19,176). Sum of RGB (Red+Green+Blue) = 214+19+176=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D613B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D613B0 is #29EC4F. Grayscale: #5E5E5E. Windows color (decimal): -2747472 or 11539414. OLE color: 11539414.
HSL color Cylindrical-coordinate representation of color #D613B0: hue angle of 311.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D613B0 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 176 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.16 |
| HSL | 311.69º | 0.84% | 0.46% | - |
| HSV(B) | 311.69º | 0.91% | 0.84% | - |
| XYZ | 35.8 | 17.9 | 42.64 | - |
| YUV | 95.2 | 173.6 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 176 | 0 | 0.91 | 0.18 | 0.16 | 311.69 | 0.84 | 0.46 |
| Hex | D6 | 13 | B0 | 0 | 5B | 12 | 10 | 138 | 54 | 2E |
| Octal | 326 | 23 | 260 | 0 | 133 | 22 | 20 | 470 | 124 | 56 |
| Binary | 11010110 | 10011 | 10110000 | 0 | 1011011 | 10010 | 10000 | 100111000 | 1010100 | 101110 |
Color Harmonies of #D613B0
Complementary color
Monochromatic Colors of #D613B0
Black with #D613B0
Text Example
Text Example
White with #D613B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613B0; }
p { color: rgb(214,19,176); }
H1.HeaderClassName
{
color: #D613B0;
}
.AnyTagClassName
{
color: #D613B0;
}
</style>
background-color css
<style>
a { background-color: #D613B0; }
a { background-color: rgb(214,19,176); }
div.DivClassName
{
background-color: #D613B0;
}
.BgClassName
{
background-color: #D613B0;
}
</style>
border-color css
<style>
span { border-color: #D613B0; }
span { border-color: rgb(214,19,176); }
td.TdClassName
{
border-color: #D613B0;
}
.TagClassName
{
border-color: #D613B0;
}
</style>