Shades of Deep Magenta #D613BE
Tints of Deep Magenta #D613BE
RGB
CMYK
RGB Variations
Color information
#D613BE (or 0xD613BE) is known color: Deep Magenta. HEX triplet: D6, 13 and BE. RGB value is (214,19,190). Sum of RGB (Red+Green+Blue) = 214+19+190=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D613BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613BE is #29EC41. Grayscale: #606060. Windows color (decimal): -2747458 or 12456918. OLE color: 12456918.
HSL color Cylindrical-coordinate representation of color #D613BE: hue angle of 307.38º 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 #D613BE is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 190 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.16 |
| HSL | 307.38º | 0.84% | 0.46% | - |
| HSV(B) | 307.38º | 0.91% | 0.84% | - |
| XYZ | 37.26 | 18.48 | 50.32 | - |
| YUV | 96.8 | 180.6 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 190 | 0 | 0.91 | 0.11 | 0.16 | 307.38 | 0.84 | 0.46 |
| Hex | D6 | 13 | BE | 0 | 5B | B | 10 | 133 | 54 | 2E |
| Octal | 326 | 23 | 276 | 0 | 133 | 13 | 20 | 463 | 124 | 56 |
| Binary | 11010110 | 10011 | 10111110 | 0 | 1011011 | 1011 | 10000 | 100110011 | 1010100 | 101110 |
Color Harmonies of #D613BE
Complementary color
Monochromatic Colors of #D613BE
Black with #D613BE
Text Example
Text Example
White with #D613BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613BE; }
p { color: rgb(214,19,190); }
H1.HeaderClassName
{
color: #D613BE;
}
.AnyTagClassName
{
color: #D613BE;
}
</style>
background-color css
<style>
a { background-color: #D613BE; }
a { background-color: rgb(214,19,190); }
div.DivClassName
{
background-color: #D613BE;
}
.BgClassName
{
background-color: #D613BE;
}
</style>
border-color css
<style>
span { border-color: #D613BE; }
span { border-color: rgb(214,19,190); }
td.TdClassName
{
border-color: #D613BE;
}
.TagClassName
{
border-color: #D613BE;
}
</style>