Shades of Deep Magenta #D618C3
Tints of Deep Magenta #D618C3
RGB
CMYK
RGB Variations
Color information
#D618C3 (or 0xD618C3) is known color: Deep Magenta. HEX triplet: D6, 18 and C3. RGB value is (214,24,195). Sum of RGB (Red+Green+Blue) = 214+24+195=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D618C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618C3 is #29E73C. Grayscale: #636363. Windows color (decimal): -2746173 or 12785878. OLE color: 12785878.
HSL color Cylindrical-coordinate representation of color #D618C3: hue angle of 306º 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 #D618C3 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 195 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.16 |
| HSL | 306º | 0.8% | 0.47% | - |
| HSV(B) | 306º | 0.89% | 0.84% | - |
| XYZ | 37.91 | 18.89 | 53.28 | - |
| YUV | 100.3 | 181.45 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 195 | 0 | 0.89 | 0.09 | 0.16 | 306 | 0.8 | 0.47 |
| Hex | D6 | 18 | C3 | 0 | 59 | 9 | 10 | 132 | 50 | 2F |
| Octal | 326 | 30 | 303 | 0 | 131 | 11 | 20 | 462 | 120 | 57 |
| Binary | 11010110 | 11000 | 11000011 | 0 | 1011001 | 1001 | 10000 | 100110010 | 1010000 | 101111 |
Color Harmonies of #D618C3
Complementary color
Monochromatic Colors of #D618C3
Black with #D618C3
Text Example
Text Example
White with #D618C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618C3; }
p { color: rgb(214,24,195); }
H1.HeaderClassName
{
color: #D618C3;
}
.AnyTagClassName
{
color: #D618C3;
}
</style>
background-color css
<style>
a { background-color: #D618C3; }
a { background-color: rgb(214,24,195); }
div.DivClassName
{
background-color: #D618C3;
}
.BgClassName
{
background-color: #D618C3;
}
</style>
border-color css
<style>
span { border-color: #D618C3; }
span { border-color: rgb(214,24,195); }
td.TdClassName
{
border-color: #D618C3;
}
.TagClassName
{
border-color: #D618C3;
}
</style>