Shades of Plum #D59ADF
Tints of Plum #D59ADF
RGB
CMYK
RGB Variations
Color information
#D59ADF (or 0xD59ADF) is known color: Plum. HEX triplet: D5, 9A and DF. RGB value is (213,154,223). Sum of RGB (Red+Green+Blue) = 213+154+223=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #D59ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ADF is #2A6520. Grayscale: #B3B3B3. Windows color (decimal): -2778401 or 14654165. OLE color: 14654165.
HSL color Cylindrical-coordinate representation of color #D59ADF: hue angle of 291.3º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59ADF is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 154 | 223 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.13 |
| HSL | 291.3º | 0.52% | 0.74% | - |
| HSV(B) | 291.3º | 0.31% | 0.87% | - |
| XYZ | 52.32 | 42.59 | 75.27 | - |
| YUV | 179.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 223 | 0.04 | 0.31 | 0 | 0.13 | 291.3 | 0.52 | 0.74 |
| Hex | D5 | 9A | DF | 4 | 1F | 0 | D | 123 | 34 | 4A |
| Octal | 325 | 232 | 337 | 4 | 37 | 0 | 15 | 443 | 64 | 112 |
| Binary | 11010101 | 10011010 | 11011111 | 100 | 11111 | 0 | 1101 | 100100011 | 110100 | 1001010 |
Color Harmonies of #D59ADF
Complementary color
Monochromatic Colors of #D59ADF
Black with #D59ADF
Text Example
Text Example
White with #D59ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59ADF; }
p { color: rgb(213,154,223); }
H1.HeaderClassName
{
color: #D59ADF;
}
.AnyTagClassName
{
color: #D59ADF;
}
</style>
background-color css
<style>
a { background-color: #D59ADF; }
a { background-color: rgb(213,154,223); }
div.DivClassName
{
background-color: #D59ADF;
}
.BgClassName
{
background-color: #D59ADF;
}
</style>
border-color css
<style>
span { border-color: #D59ADF; }
span { border-color: rgb(213,154,223); }
td.TdClassName
{
border-color: #D59ADF;
}
.TagClassName
{
border-color: #D59ADF;
}
</style>