Shades of Deep Magenta #D018BD
Tints of Deep Magenta #D018BD
RGB
CMYK
RGB Variations
Color information
#D018BD (or 0xD018BD) is known color: Deep Magenta. HEX triplet: D0, 18 and BD. RGB value is (208,24,189). Sum of RGB (Red+Green+Blue) = 208+24+189=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D018BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D018BD is #2FE742. Grayscale: #616161. Windows color (decimal): -3139395 or 12392656. OLE color: 12392656.
HSL color Cylindrical-coordinate representation of color #D018BD: hue angle of 306.2º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D018BD is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 189 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.18 |
| HSL | 306.2º | 0.79% | 0.45% | - |
| HSV(B) | 306.2º | 0.88% | 0.82% | - |
| XYZ | 35.52 | 17.74 | 49.7 | - |
| YUV | 97.83 | 179.46 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 189 | 0 | 0.88 | 0.09 | 0.18 | 306.2 | 0.79 | 0.45 |
| Hex | D0 | 18 | BD | 0 | 58 | 9 | 12 | 132 | 4F | 2D |
| Octal | 320 | 30 | 275 | 0 | 130 | 11 | 22 | 462 | 117 | 55 |
| Binary | 11010000 | 11000 | 10111101 | 0 | 1011000 | 1001 | 10010 | 100110010 | 1001111 | 101101 |
Color Harmonies of #D018BD
Complementary color
Monochromatic Colors of #D018BD
Black with #D018BD
Text Example
Text Example
White with #D018BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018BD; }
p { color: rgb(208,24,189); }
H1.HeaderClassName
{
color: #D018BD;
}
.AnyTagClassName
{
color: #D018BD;
}
</style>
background-color css
<style>
a { background-color: #D018BD; }
a { background-color: rgb(208,24,189); }
div.DivClassName
{
background-color: #D018BD;
}
.BgClassName
{
background-color: #D018BD;
}
</style>
border-color css
<style>
span { border-color: #D018BD; }
span { border-color: rgb(208,24,189); }
td.TdClassName
{
border-color: #D018BD;
}
.TagClassName
{
border-color: #D018BD;
}
</style>