Shades of Plum #D498D5
Tints of Plum #D498D5
RGB
CMYK
RGB Variations
Color information
#D498D5 (or 0xD498D5) is known color: Plum. HEX triplet: D4, 98 and D5. RGB value is (212,152,213). Sum of RGB (Red+Green+Blue) = 212+152+213=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #D498D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498D5 is #2B672A. Grayscale: #B0B0B0. Windows color (decimal): -2844459 or 13998292. OLE color: 13998292.
HSL color Cylindrical-coordinate representation of color #D498D5: hue angle of 299.02º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D498D5 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 152 | 213 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.16 |
| HSL | 299.02º | 0.42% | 0.72% | - |
| HSV(B) | 299.02º | 0.29% | 0.84% | - |
| XYZ | 50.39 | 41.26 | 68.26 | - |
| YUV | 176.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 213 | 0.00 | 0.29 | 0 | 0.16 | 299.02 | 0.42 | 0.72 |
| Hex | D4 | 98 | D5 | 0 | 1D | 0 | 10 | 12B | 2A | 48 |
| Octal | 324 | 230 | 325 | 0 | 35 | 0 | 20 | 453 | 52 | 110 |
| Binary | 11010100 | 10011000 | 11010101 | 0 | 11101 | 0 | 10000 | 100101011 | 101010 | 1001000 |
Color Harmonies of #D498D5
Complementary color
Monochromatic Colors of #D498D5
Black with #D498D5
Text Example
Text Example
White with #D498D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498D5; }
p { color: rgb(212,152,213); }
H1.HeaderClassName
{
color: #D498D5;
}
.AnyTagClassName
{
color: #D498D5;
}
</style>
background-color css
<style>
a { background-color: #D498D5; }
a { background-color: rgb(212,152,213); }
div.DivClassName
{
background-color: #D498D5;
}
.BgClassName
{
background-color: #D498D5;
}
</style>
border-color css
<style>
span { border-color: #D498D5; }
span { border-color: rgb(212,152,213); }
td.TdClassName
{
border-color: #D498D5;
}
.TagClassName
{
border-color: #D498D5;
}
</style>