Shades of Plum #D899DC
Tints of Plum #D899DC
RGB
CMYK
RGB Variations
Color information
#D899DC (or 0xD899DC) is known color: Plum. HEX triplet: D8, 99 and DC. RGB value is (216,153,220). Sum of RGB (Red+Green+Blue) = 216+153+220=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #D899DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899DC is #276623. Grayscale: #B3B3B3. Windows color (decimal): -2582052 or 14457304. OLE color: 14457304.
HSL color Cylindrical-coordinate representation of color #D899DC: hue angle of 296.42º 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 #D899DC is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 153 | 220 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.14 |
| HSL | 296.42º | 0.49% | 0.73% | - |
| HSV(B) | 296.42º | 0.3% | 0.86% | - |
| XYZ | 52.63 | 42.55 | 73.15 | - |
| YUV | 179.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 220 | 0.02 | 0.30 | 0 | 0.14 | 296.42 | 0.49 | 0.73 |
| Hex | D8 | 99 | DC | 2 | 1E | 0 | E | 128 | 31 | 49 |
| Octal | 330 | 231 | 334 | 2 | 36 | 0 | 16 | 450 | 61 | 111 |
| Binary | 11011000 | 10011001 | 11011100 | 10 | 11110 | 0 | 1110 | 100101000 | 110001 | 1001001 |
Color Harmonies of #D899DC
Complementary color
Monochromatic Colors of #D899DC
Black with #D899DC
Text Example
Text Example
White with #D899DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899DC; }
p { color: rgb(216,153,220); }
H1.HeaderClassName
{
color: #D899DC;
}
.AnyTagClassName
{
color: #D899DC;
}
</style>
background-color css
<style>
a { background-color: #D899DC; }
a { background-color: rgb(216,153,220); }
div.DivClassName
{
background-color: #D899DC;
}
.BgClassName
{
background-color: #D899DC;
}
</style>
border-color css
<style>
span { border-color: #D899DC; }
span { border-color: rgb(216,153,220); }
td.TdClassName
{
border-color: #D899DC;
}
.TagClassName
{
border-color: #D899DC;
}
</style>