Shades of Plum #D99BCE
Tints of Plum #D99BCE
RGB
CMYK
RGB Variations
Color information
#D99BCE (or 0xD99BCE) is known color: Plum. HEX triplet: D9, 9B and CE. RGB value is (217,155,206). Sum of RGB (Red+Green+Blue) = 217+155+206=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BCE is #266431. Grayscale: #B3B3B3. Windows color (decimal): -2516018 or 13540313. OLE color: 13540313.
HSL color Cylindrical-coordinate representation of color #D99BCE: hue angle of 310.65º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99BCE is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 206 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.15 |
| HSL | 310.65º | 0.45% | 0.73% | - |
| HSV(B) | 310.65º | 0.29% | 0.85% | - |
| XYZ | 51.48 | 42.65 | 63.91 | - |
| YUV | 179.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 206 | 0 | 0.29 | 0.05 | 0.15 | 310.65 | 0.45 | 0.73 |
| Hex | D9 | 9B | CE | 0 | 1D | 5 | F | 137 | 2D | 49 |
| Octal | 331 | 233 | 316 | 0 | 35 | 5 | 17 | 467 | 55 | 111 |
| Binary | 11011001 | 10011011 | 11001110 | 0 | 11101 | 101 | 1111 | 100110111 | 101101 | 1001001 |
Color Harmonies of #D99BCE
Complementary color
Monochromatic Colors of #D99BCE
Black with #D99BCE
Text Example
Text Example
White with #D99BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BCE; }
p { color: rgb(217,155,206); }
H1.HeaderClassName
{
color: #D99BCE;
}
.AnyTagClassName
{
color: #D99BCE;
}
</style>
background-color css
<style>
a { background-color: #D99BCE; }
a { background-color: rgb(217,155,206); }
div.DivClassName
{
background-color: #D99BCE;
}
.BgClassName
{
background-color: #D99BCE;
}
</style>
border-color css
<style>
span { border-color: #D99BCE; }
span { border-color: rgb(217,155,206); }
td.TdClassName
{
border-color: #D99BCE;
}
.TagClassName
{
border-color: #D99BCE;
}
</style>