Shades of Deep Magenta #D618B0
Tints of Deep Magenta #D618B0
RGB
CMYK
RGB Variations
Color information
#D618B0 (or 0xD618B0) is known color: Deep Magenta. HEX triplet: D6, 18 and B0. RGB value is (214,24,176). Sum of RGB (Red+Green+Blue) = 214+24+176=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D618B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618B0 is #29E74F. Grayscale: #616161. Windows color (decimal): -2746192 or 11540694. OLE color: 11540694.
HSL color Cylindrical-coordinate representation of color #D618B0: hue angle of 312º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D618B0 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 176 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.16 |
| HSL | 312º | 0.8% | 0.47% | - |
| HSV(B) | 312º | 0.89% | 0.84% | - |
| XYZ | 35.89 | 18.08 | 42.67 | - |
| YUV | 98.14 | 171.95 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 176 | 0 | 0.89 | 0.18 | 0.16 | 312 | 0.8 | 0.47 |
| Hex | D6 | 18 | B0 | 0 | 59 | 12 | 10 | 138 | 50 | 2F |
| Octal | 326 | 30 | 260 | 0 | 131 | 22 | 20 | 470 | 120 | 57 |
| Binary | 11010110 | 11000 | 10110000 | 0 | 1011001 | 10010 | 10000 | 100111000 | 1010000 | 101111 |
Color Harmonies of #D618B0
Complementary color
Monochromatic Colors of #D618B0
Black with #D618B0
Text Example
Text Example
White with #D618B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618B0; }
p { color: rgb(214,24,176); }
H1.HeaderClassName
{
color: #D618B0;
}
.AnyTagClassName
{
color: #D618B0;
}
</style>
background-color css
<style>
a { background-color: #D618B0; }
a { background-color: rgb(214,24,176); }
div.DivClassName
{
background-color: #D618B0;
}
.BgClassName
{
background-color: #D618B0;
}
</style>
border-color css
<style>
span { border-color: #D618B0; }
span { border-color: rgb(214,24,176); }
td.TdClassName
{
border-color: #D618B0;
}
.TagClassName
{
border-color: #D618B0;
}
</style>