Shades of Plum #D99CD3
Tints of Plum #D99CD3
RGB
CMYK
RGB Variations
Color information
#D99CD3 (or 0xD99CD3) is known color: Plum. HEX triplet: D9, 9C and D3. RGB value is (217,156,211). Sum of RGB (Red+Green+Blue) = 217+156+211=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CD3 is #26632C. Grayscale: #B4B4B4. Windows color (decimal): -2515757 or 13868249. OLE color: 13868249.
HSL color Cylindrical-coordinate representation of color #D99CD3: hue angle of 305.9º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CD3 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 211 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.15 |
| HSL | 305.9º | 0.45% | 0.73% | - |
| HSV(B) | 305.9º | 0.28% | 0.85% | - |
| XYZ | 52.26 | 43.23 | 67.22 | - |
| YUV | 180.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 211 | 0 | 0.28 | 0.03 | 0.15 | 305.9 | 0.45 | 0.73 |
| Hex | D9 | 9C | D3 | 0 | 1C | 3 | F | 132 | 2D | 49 |
| Octal | 331 | 234 | 323 | 0 | 34 | 3 | 17 | 462 | 55 | 111 |
| Binary | 11011001 | 10011100 | 11010011 | 0 | 11100 | 11 | 1111 | 100110010 | 101101 | 1001001 |
Color Harmonies of #D99CD3
Complementary color
Monochromatic Colors of #D99CD3
Black with #D99CD3
Text Example
Text Example
White with #D99CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CD3; }
p { color: rgb(217,156,211); }
H1.HeaderClassName
{
color: #D99CD3;
}
.AnyTagClassName
{
color: #D99CD3;
}
</style>
background-color css
<style>
a { background-color: #D99CD3; }
a { background-color: rgb(217,156,211); }
div.DivClassName
{
background-color: #D99CD3;
}
.BgClassName
{
background-color: #D99CD3;
}
</style>
border-color css
<style>
span { border-color: #D99CD3; }
span { border-color: rgb(217,156,211); }
td.TdClassName
{
border-color: #D99CD3;
}
.TagClassName
{
border-color: #D99CD3;
}
</style>