Shades of Plum #D488DA
Tints of Plum #D488DA
RGB
CMYK
RGB Variations
Color information
#D488DA (or 0xD488DA) is known color: Plum. HEX triplet: D4, 88 and DA. RGB value is (212,136,218). Sum of RGB (Red+Green+Blue) = 212+136+218=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #D488DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488DA is #2B7725. Grayscale: #A7A7A7. Windows color (decimal): -2848550 or 14321876. OLE color: 14321876.
HSL color Cylindrical-coordinate representation of color #D488DA: hue angle of 295.61º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D488DA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 136 | 218 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.15 |
| HSL | 295.61º | 0.53% | 0.69% | - |
| HSV(B) | 295.61º | 0.38% | 0.85% | - |
| XYZ | 48.61 | 36.67 | 70.85 | - |
| YUV | 168.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 218 | 0.03 | 0.38 | 0 | 0.15 | 295.61 | 0.53 | 0.69 |
| Hex | D4 | 88 | DA | 3 | 26 | 0 | F | 128 | 35 | 45 |
| Octal | 324 | 210 | 332 | 3 | 46 | 0 | 17 | 450 | 65 | 105 |
| Binary | 11010100 | 10001000 | 11011010 | 11 | 100110 | 0 | 1111 | 100101000 | 110101 | 1000101 |
Color Harmonies of #D488DA
Complementary color
Monochromatic Colors of #D488DA
Black with #D488DA
Text Example
Text Example
White with #D488DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D488DA; }
p { color: rgb(212,136,218); }
H1.HeaderClassName
{
color: #D488DA;
}
.AnyTagClassName
{
color: #D488DA;
}
</style>
background-color css
<style>
a { background-color: #D488DA; }
a { background-color: rgb(212,136,218); }
div.DivClassName
{
background-color: #D488DA;
}
.BgClassName
{
background-color: #D488DA;
}
</style>
border-color css
<style>
span { border-color: #D488DA; }
span { border-color: rgb(212,136,218); }
td.TdClassName
{
border-color: #D488DA;
}
.TagClassName
{
border-color: #D488DA;
}
</style>