Shades of Deep Magenta #D018BB
Tints of Deep Magenta #D018BB
RGB
CMYK
RGB Variations
Color information
#D018BB (or 0xD018BB) is known color: Deep Magenta. HEX triplet: D0, 18 and BB. RGB value is (208,24,187). Sum of RGB (Red+Green+Blue) = 208+24+187=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D018BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D018BB is #2FE744. Grayscale: #616161. Windows color (decimal): -3139397 or 12261584. OLE color: 12261584.
HSL color Cylindrical-coordinate representation of color #D018BB: hue angle of 306.85º 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 #D018BB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 187 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.18 |
| HSL | 306.85º | 0.79% | 0.45% | - |
| HSV(B) | 306.85º | 0.88% | 0.82% | - |
| XYZ | 35.31 | 17.65 | 48.56 | - |
| YUV | 97.6 | 178.46 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 187 | 0 | 0.88 | 0.10 | 0.18 | 306.85 | 0.79 | 0.45 |
| Hex | D0 | 18 | BB | 0 | 58 | A | 12 | 133 | 4F | 2D |
| Octal | 320 | 30 | 273 | 0 | 130 | 12 | 22 | 463 | 117 | 55 |
| Binary | 11010000 | 11000 | 10111011 | 0 | 1011000 | 1010 | 10010 | 100110011 | 1001111 | 101101 |
Color Harmonies of #D018BB
Complementary color
Monochromatic Colors of #D018BB
Black with #D018BB
Text Example
Text Example
White with #D018BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018BB; }
p { color: rgb(208,24,187); }
H1.HeaderClassName
{
color: #D018BB;
}
.AnyTagClassName
{
color: #D018BB;
}
</style>
background-color css
<style>
a { background-color: #D018BB; }
a { background-color: rgb(208,24,187); }
div.DivClassName
{
background-color: #D018BB;
}
.BgClassName
{
background-color: #D018BB;
}
</style>
border-color css
<style>
span { border-color: #D018BB; }
span { border-color: rgb(208,24,187); }
td.TdClassName
{
border-color: #D018BB;
}
.TagClassName
{
border-color: #D018BB;
}
</style>