Shades of Plum #D488DD
Tints of Plum #D488DD
RGB
CMYK
RGB Variations
Color information
#D488DD (or 0xD488DD) is known color: Plum. HEX triplet: D4, 88 and DD. RGB value is (212,136,221). Sum of RGB (Red+Green+Blue) = 212+136+221=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #D488DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488DD is #2B7722. Grayscale: #A8A8A8. Windows color (decimal): -2848547 or 14518484. OLE color: 14518484.
HSL color Cylindrical-coordinate representation of color #D488DD: hue angle of 293.65º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D488DD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 136 | 221 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.13 |
| HSL | 293.65º | 0.56% | 0.7% | - |
| HSV(B) | 293.65º | 0.38% | 0.87% | - |
| XYZ | 49.01 | 36.83 | 72.93 | - |
| YUV | 168.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 221 | 0.04 | 0.38 | 0 | 0.13 | 293.65 | 0.56 | 0.7 |
| Hex | D4 | 88 | DD | 4 | 26 | 0 | D | 126 | 38 | 46 |
| Octal | 324 | 210 | 335 | 4 | 46 | 0 | 15 | 446 | 70 | 106 |
| Binary | 11010100 | 10001000 | 11011101 | 100 | 100110 | 0 | 1101 | 100100110 | 111000 | 1000110 |
Color Harmonies of #D488DD
Complementary color
Monochromatic Colors of #D488DD
Black with #D488DD
Text Example
Text Example
White with #D488DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D488DD; }
p { color: rgb(212,136,221); }
H1.HeaderClassName
{
color: #D488DD;
}
.AnyTagClassName
{
color: #D488DD;
}
</style>
background-color css
<style>
a { background-color: #D488DD; }
a { background-color: rgb(212,136,221); }
div.DivClassName
{
background-color: #D488DD;
}
.BgClassName
{
background-color: #D488DD;
}
</style>
border-color css
<style>
span { border-color: #D488DD; }
span { border-color: rgb(212,136,221); }
td.TdClassName
{
border-color: #D488DD;
}
.TagClassName
{
border-color: #D488DD;
}
</style>