Shades of Plum #D59ADC
Tints of Plum #D59ADC
RGB
CMYK
RGB Variations
Color information
#D59ADC (or 0xD59ADC) is known color: Plum. HEX triplet: D5, 9A and DC. RGB value is (213,154,220). Sum of RGB (Red+Green+Blue) = 213+154+220=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #D59ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ADC is #2A6523. Grayscale: #B2B2B2. Windows color (decimal): -2778404 or 14457557. OLE color: 14457557.
HSL color Cylindrical-coordinate representation of color #D59ADC: hue angle of 293.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59ADC is Cyan = 0.03, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 154 | 220 | - |
| CMYK | 0.03 | 0.3 | 0 | 0.14 |
| HSL | 293.64º | 0.49% | 0.73% | - |
| HSV(B) | 293.64º | 0.3% | 0.86% | - |
| XYZ | 51.91 | 42.42 | 73.16 | - |
| YUV | 179.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 220 | 0.03 | 0.3 | 0 | 0.14 | 293.64 | 0.49 | 0.73 |
| Hex | D5 | 9A | DC | 3 | 1E | 0 | E | 126 | 31 | 49 |
| Octal | 325 | 232 | 334 | 3 | 36 | 0 | 16 | 446 | 61 | 111 |
| Binary | 11010101 | 10011010 | 11011100 | 11 | 11110 | 0 | 1110 | 100100110 | 110001 | 1001001 |
Color Harmonies of #D59ADC
Complementary color
Monochromatic Colors of #D59ADC
Black with #D59ADC
Text Example
Text Example
White with #D59ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59ADC; }
p { color: rgb(213,154,220); }
H1.HeaderClassName
{
color: #D59ADC;
}
.AnyTagClassName
{
color: #D59ADC;
}
</style>
background-color css
<style>
a { background-color: #D59ADC; }
a { background-color: rgb(213,154,220); }
div.DivClassName
{
background-color: #D59ADC;
}
.BgClassName
{
background-color: #D59ADC;
}
</style>
border-color css
<style>
span { border-color: #D59ADC; }
span { border-color: rgb(213,154,220); }
td.TdClassName
{
border-color: #D59ADC;
}
.TagClassName
{
border-color: #D59ADC;
}
</style>