Shades of Plum #D595DB
Tints of Plum #D595DB
RGB
CMYK
RGB Variations
Color information
#D595DB (or 0xD595DB) is known color: Plum. HEX triplet: D5, 95 and DB. RGB value is (213,149,219). Sum of RGB (Red+Green+Blue) = 213+149+219=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #D595DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595DB is #2A6A24. Grayscale: #AFAFAF. Windows color (decimal): -2779685 or 14390741. OLE color: 14390741.
HSL color Cylindrical-coordinate representation of color #D595DB: hue angle of 294.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D595DB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 149 | 219 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.14 |
| HSL | 294.86º | 0.49% | 0.72% | - |
| HSV(B) | 294.86º | 0.32% | 0.86% | - |
| XYZ | 50.97 | 40.76 | 72.2 | - |
| YUV | 176.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 219 | 0.03 | 0.32 | 0 | 0.14 | 294.86 | 0.49 | 0.72 |
| Hex | D5 | 95 | DB | 3 | 20 | 0 | E | 127 | 31 | 48 |
| Octal | 325 | 225 | 333 | 3 | 40 | 0 | 16 | 447 | 61 | 110 |
| Binary | 11010101 | 10010101 | 11011011 | 11 | 100000 | 0 | 1110 | 100100111 | 110001 | 1001000 |
Color Harmonies of #D595DB
Complementary color
Monochromatic Colors of #D595DB
Black with #D595DB
Text Example
Text Example
White with #D595DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595DB; }
p { color: rgb(213,149,219); }
H1.HeaderClassName
{
color: #D595DB;
}
.AnyTagClassName
{
color: #D595DB;
}
</style>
background-color css
<style>
a { background-color: #D595DB; }
a { background-color: rgb(213,149,219); }
div.DivClassName
{
background-color: #D595DB;
}
.BgClassName
{
background-color: #D595DB;
}
</style>
border-color css
<style>
span { border-color: #D595DB; }
span { border-color: rgb(213,149,219); }
td.TdClassName
{
border-color: #D595DB;
}
.TagClassName
{
border-color: #D595DB;
}
</style>