Shades of Plum #D595DA
Tints of Plum #D595DA
RGB
CMYK
RGB Variations
Color information
#D595DA (or 0xD595DA) is known color: Plum. HEX triplet: D5, 95 and DA. RGB value is (213,149,218). Sum of RGB (Red+Green+Blue) = 213+149+218=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #D595DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595DA is #2A6A25. Grayscale: #AFAFAF. Windows color (decimal): -2779686 or 14325205. OLE color: 14325205.
HSL color Cylindrical-coordinate representation of color #D595DA: hue angle of 295.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D595DA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 149 | 218 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.15 |
| HSL | 295.65º | 0.48% | 0.72% | - |
| HSV(B) | 295.65º | 0.32% | 0.85% | - |
| XYZ | 50.84 | 40.7 | 71.51 | - |
| YUV | 176 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 218 | 0.02 | 0.32 | 0 | 0.15 | 295.65 | 0.48 | 0.72 |
| Hex | D5 | 95 | DA | 2 | 20 | 0 | F | 128 | 30 | 48 |
| Octal | 325 | 225 | 332 | 2 | 40 | 0 | 17 | 450 | 60 | 110 |
| Binary | 11010101 | 10010101 | 11011010 | 10 | 100000 | 0 | 1111 | 100101000 | 110000 | 1001000 |
Color Harmonies of #D595DA
Complementary color
Monochromatic Colors of #D595DA
Black with #D595DA
Text Example
Text Example
White with #D595DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595DA; }
p { color: rgb(213,149,218); }
H1.HeaderClassName
{
color: #D595DA;
}
.AnyTagClassName
{
color: #D595DA;
}
</style>
background-color css
<style>
a { background-color: #D595DA; }
a { background-color: rgb(213,149,218); }
div.DivClassName
{
background-color: #D595DA;
}
.BgClassName
{
background-color: #D595DA;
}
</style>
border-color css
<style>
span { border-color: #D595DA; }
span { border-color: rgb(213,149,218); }
td.TdClassName
{
border-color: #D595DA;
}
.TagClassName
{
border-color: #D595DA;
}
</style>