Shades of Deep Magenta #D618C0
Tints of Deep Magenta #D618C0
RGB
CMYK
RGB Variations
Color information
#D618C0 (or 0xD618C0) is known color: Deep Magenta. HEX triplet: D6, 18 and C0. RGB value is (214,24,192). Sum of RGB (Red+Green+Blue) = 214+24+192=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D618C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618C0 is #29E73F. Grayscale: #636363. Windows color (decimal): -2746176 or 12589270. OLE color: 12589270.
HSL color Cylindrical-coordinate representation of color #D618C0: hue angle of 306.95º 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 #D618C0 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 192 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.16 |
| HSL | 306.95º | 0.8% | 0.47% | - |
| HSV(B) | 306.95º | 0.89% | 0.84% | - |
| XYZ | 37.57 | 18.76 | 51.51 | - |
| YUV | 99.96 | 179.95 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 192 | 0 | 0.89 | 0.10 | 0.16 | 306.95 | 0.8 | 0.47 |
| Hex | D6 | 18 | C0 | 0 | 59 | A | 10 | 133 | 50 | 2F |
| Octal | 326 | 30 | 300 | 0 | 131 | 12 | 20 | 463 | 120 | 57 |
| Binary | 11010110 | 11000 | 11000000 | 0 | 1011001 | 1010 | 10000 | 100110011 | 1010000 | 101111 |
Color Harmonies of #D618C0
Complementary color
Monochromatic Colors of #D618C0
Black with #D618C0
Text Example
Text Example
White with #D618C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618C0; }
p { color: rgb(214,24,192); }
H1.HeaderClassName
{
color: #D618C0;
}
.AnyTagClassName
{
color: #D618C0;
}
</style>
background-color css
<style>
a { background-color: #D618C0; }
a { background-color: rgb(214,24,192); }
div.DivClassName
{
background-color: #D618C0;
}
.BgClassName
{
background-color: #D618C0;
}
</style>
border-color css
<style>
span { border-color: #D618C0; }
span { border-color: rgb(214,24,192); }
td.TdClassName
{
border-color: #D618C0;
}
.TagClassName
{
border-color: #D618C0;
}
</style>