Shades of Plum #D499D4
Tints of Plum #D499D4
RGB
CMYK
RGB Variations
Color information
#D499D4 (or 0xD499D4) is known color: Plum. HEX triplet: D4, 99 and D4. RGB value is (212,153,212). Sum of RGB (Red+Green+Blue) = 212+153+212=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D499D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499D4 is #2B662B. Grayscale: #B1B1B1. Windows color (decimal): -2844204 or 13933012. OLE color: 13933012.
HSL color Cylindrical-coordinate representation of color #D499D4: hue angle of 300º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D499D4 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 212 | - |
| CMYK | 0 | 0.28 | 0 | 0.17 |
| HSL | 300º | 0.41% | 0.72% | - |
| HSV(B) | 300º | 0.28% | 0.83% | - |
| XYZ | 50.43 | 41.53 | 67.65 | - |
| YUV | 177.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 212 | 0 | 0.28 | 0 | 0.17 | 300 | 0.41 | 0.72 |
| Hex | D4 | 99 | D4 | 0 | 1C | 0 | 11 | 12C | 29 | 48 |
| Octal | 324 | 231 | 324 | 0 | 34 | 0 | 21 | 454 | 51 | 110 |
| Binary | 11010100 | 10011001 | 11010100 | 0 | 11100 | 0 | 10001 | 100101100 | 101001 | 1001000 |
Color Harmonies of #D499D4
Complementary color
Monochromatic Colors of #D499D4
Black with #D499D4
Text Example
Text Example
White with #D499D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499D4; }
p { color: rgb(212,153,212); }
H1.HeaderClassName
{
color: #D499D4;
}
.AnyTagClassName
{
color: #D499D4;
}
</style>
background-color css
<style>
a { background-color: #D499D4; }
a { background-color: rgb(212,153,212); }
div.DivClassName
{
background-color: #D499D4;
}
.BgClassName
{
background-color: #D499D4;
}
</style>
border-color css
<style>
span { border-color: #D499D4; }
span { border-color: rgb(212,153,212); }
td.TdClassName
{
border-color: #D499D4;
}
.TagClassName
{
border-color: #D499D4;
}
</style>