Shades of Plum #D495D5
Tints of Plum #D495D5
RGB
CMYK
RGB Variations
Color information
#D495D5 (or 0xD495D5) is known color: Plum. HEX triplet: D4, 95 and D5. RGB value is (212,149,213). Sum of RGB (Red+Green+Blue) = 212+149+213=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #D495D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495D5 is #2B6A2A. Grayscale: #AEAEAE. Windows color (decimal): -2845227 or 13997524. OLE color: 13997524.
HSL color Cylindrical-coordinate representation of color #D495D5: hue angle of 299.06º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495D5 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 149 | 213 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.16 |
| HSL | 299.06º | 0.43% | 0.71% | - |
| HSV(B) | 299.06º | 0.3% | 0.84% | - |
| XYZ | 49.91 | 40.3 | 68.1 | - |
| YUV | 175.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 213 | 0.00 | 0.30 | 0 | 0.16 | 299.06 | 0.43 | 0.71 |
| Hex | D4 | 95 | D5 | 0 | 1E | 0 | 10 | 12B | 2B | 47 |
| Octal | 324 | 225 | 325 | 0 | 36 | 0 | 20 | 453 | 53 | 107 |
| Binary | 11010100 | 10010101 | 11010101 | 0 | 11110 | 0 | 10000 | 100101011 | 101011 | 1000111 |
Color Harmonies of #D495D5
Complementary color
Monochromatic Colors of #D495D5
Black with #D495D5
Text Example
Text Example
White with #D495D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495D5; }
p { color: rgb(212,149,213); }
H1.HeaderClassName
{
color: #D495D5;
}
.AnyTagClassName
{
color: #D495D5;
}
</style>
background-color css
<style>
a { background-color: #D495D5; }
a { background-color: rgb(212,149,213); }
div.DivClassName
{
background-color: #D495D5;
}
.BgClassName
{
background-color: #D495D5;
}
</style>
border-color css
<style>
span { border-color: #D495D5; }
span { border-color: rgb(212,149,213); }
td.TdClassName
{
border-color: #D495D5;
}
.TagClassName
{
border-color: #D495D5;
}
</style>