Shades of Plum #D488DB
Tints of Plum #D488DB
RGB
CMYK
RGB Variations
Color information
#D488DB (or 0xD488DB) is known color: Plum. HEX triplet: D4, 88 and DB. RGB value is (212,136,219). Sum of RGB (Red+Green+Blue) = 212+136+219=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D488DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488DB is #2B7724. Grayscale: #A7A7A7. Windows color (decimal): -2848549 or 14387412. OLE color: 14387412.
HSL color Cylindrical-coordinate representation of color #D488DB: hue angle of 294.94º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D488DB is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 136 | 219 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.14 |
| HSL | 294.94º | 0.54% | 0.7% | - |
| HSV(B) | 294.94º | 0.38% | 0.86% | - |
| XYZ | 48.74 | 36.72 | 71.54 | - |
| YUV | 168.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 219 | 0.03 | 0.38 | 0 | 0.14 | 294.94 | 0.54 | 0.7 |
| Hex | D4 | 88 | DB | 3 | 26 | 0 | E | 127 | 36 | 46 |
| Octal | 324 | 210 | 333 | 3 | 46 | 0 | 16 | 447 | 66 | 106 |
| Binary | 11010100 | 10001000 | 11011011 | 11 | 100110 | 0 | 1110 | 100100111 | 110110 | 1000110 |
Color Harmonies of #D488DB
Complementary color
Monochromatic Colors of #D488DB
Black with #D488DB
Text Example
Text Example
White with #D488DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D488DB; }
p { color: rgb(212,136,219); }
H1.HeaderClassName
{
color: #D488DB;
}
.AnyTagClassName
{
color: #D488DB;
}
</style>
background-color css
<style>
a { background-color: #D488DB; }
a { background-color: rgb(212,136,219); }
div.DivClassName
{
background-color: #D488DB;
}
.BgClassName
{
background-color: #D488DB;
}
</style>
border-color css
<style>
span { border-color: #D488DB; }
span { border-color: rgb(212,136,219); }
td.TdClassName
{
border-color: #D488DB;
}
.TagClassName
{
border-color: #D488DB;
}
</style>