Shades of Plum #D99ADC
Tints of Plum #D99ADC
RGB
CMYK
RGB Variations
Color information
#D99ADC (or 0xD99ADC) is known color: Plum. HEX triplet: D9, 9A and DC. RGB value is (217,154,220). Sum of RGB (Red+Green+Blue) = 217+154+220=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #D99ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ADC is #266523. Grayscale: #B4B4B4. Windows color (decimal): -2516260 or 14457561. OLE color: 14457561.
HSL color Cylindrical-coordinate representation of color #D99ADC: hue angle of 297.27º 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 #D99ADC is Cyan = 0.01, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 154 | 220 | - |
| CMYK | 0.01 | 0.3 | 0 | 0.14 |
| HSL | 297.27º | 0.49% | 0.73% | - |
| HSV(B) | 297.27º | 0.3% | 0.86% | - |
| XYZ | 53.09 | 43.03 | 73.22 | - |
| YUV | 180.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 220 | 0.01 | 0.3 | 0 | 0.14 | 297.27 | 0.49 | 0.73 |
| Hex | D9 | 9A | DC | 1 | 1E | 0 | E | 129 | 31 | 49 |
| Octal | 331 | 232 | 334 | 1 | 36 | 0 | 16 | 451 | 61 | 111 |
| Binary | 11011001 | 10011010 | 11011100 | 1 | 11110 | 0 | 1110 | 100101001 | 110001 | 1001001 |
Color Harmonies of #D99ADC
Complementary color
Monochromatic Colors of #D99ADC
Black with #D99ADC
Text Example
Text Example
White with #D99ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99ADC; }
p { color: rgb(217,154,220); }
H1.HeaderClassName
{
color: #D99ADC;
}
.AnyTagClassName
{
color: #D99ADC;
}
</style>
background-color css
<style>
a { background-color: #D99ADC; }
a { background-color: rgb(217,154,220); }
div.DivClassName
{
background-color: #D99ADC;
}
.BgClassName
{
background-color: #D99ADC;
}
</style>
border-color css
<style>
span { border-color: #D99ADC; }
span { border-color: rgb(217,154,220); }
td.TdClassName
{
border-color: #D99ADC;
}
.TagClassName
{
border-color: #D99ADC;
}
</style>