Shades of Deep Magenta #D618B1
Tints of Deep Magenta #D618B1
RGB
CMYK
RGB Variations
Color information
#D618B1 (or 0xD618B1) is known color: Deep Magenta. HEX triplet: D6, 18 and B1. RGB value is (214,24,177). Sum of RGB (Red+Green+Blue) = 214+24+177=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D618B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618B1 is #29E74E. Grayscale: #616161. Windows color (decimal): -2746191 or 11606230. OLE color: 11606230.
HSL color Cylindrical-coordinate representation of color #D618B1: hue angle of 311.68º 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 #D618B1 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 177 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.16 |
| HSL | 311.68º | 0.8% | 0.47% | - |
| HSV(B) | 311.68º | 0.89% | 0.84% | - |
| XYZ | 35.99 | 18.12 | 43.2 | - |
| YUV | 98.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 177 | 0 | 0.89 | 0.17 | 0.16 | 311.68 | 0.8 | 0.47 |
| Hex | D6 | 18 | B1 | 0 | 59 | 11 | 10 | 138 | 50 | 2F |
| Octal | 326 | 30 | 261 | 0 | 131 | 21 | 20 | 470 | 120 | 57 |
| Binary | 11010110 | 11000 | 10110001 | 0 | 1011001 | 10001 | 10000 | 100111000 | 1010000 | 101111 |
Color Harmonies of #D618B1
Complementary color
Monochromatic Colors of #D618B1
Black with #D618B1
Text Example
Text Example
White with #D618B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618B1; }
p { color: rgb(214,24,177); }
H1.HeaderClassName
{
color: #D618B1;
}
.AnyTagClassName
{
color: #D618B1;
}
</style>
background-color css
<style>
a { background-color: #D618B1; }
a { background-color: rgb(214,24,177); }
div.DivClassName
{
background-color: #D618B1;
}
.BgClassName
{
background-color: #D618B1;
}
</style>
border-color css
<style>
span { border-color: #D618B1; }
span { border-color: rgb(214,24,177); }
td.TdClassName
{
border-color: #D618B1;
}
.TagClassName
{
border-color: #D618B1;
}
</style>