Shades of Plum #D099D7
Tints of Plum #D099D7
RGB
CMYK
RGB Variations
Color information
#D099D7 (or 0xD099D7) is known color: Plum. HEX triplet: D0, 99 and D7. RGB value is (208,153,215). Sum of RGB (Red+Green+Blue) = 208+153+215=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #D099D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099D7 is #2F6628. Grayscale: #B0B0B0. Windows color (decimal): -3106345 or 14129616. OLE color: 14129616.
HSL color Cylindrical-coordinate representation of color #D099D7: hue angle of 293.23º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D099D7 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 153 | 215 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.16 |
| HSL | 293.23º | 0.44% | 0.72% | - |
| HSV(B) | 293.23º | 0.29% | 0.84% | - |
| XYZ | 49.67 | 41.1 | 69.6 | - |
| YUV | 176.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 215 | 0.03 | 0.29 | 0 | 0.16 | 293.23 | 0.44 | 0.72 |
| Hex | D0 | 99 | D7 | 3 | 1D | 0 | 10 | 125 | 2C | 48 |
| Octal | 320 | 231 | 327 | 3 | 35 | 0 | 20 | 445 | 54 | 110 |
| Binary | 11010000 | 10011001 | 11010111 | 11 | 11101 | 0 | 10000 | 100100101 | 101100 | 1001000 |
Color Harmonies of #D099D7
Complementary color
Monochromatic Colors of #D099D7
Black with #D099D7
Text Example
Text Example
White with #D099D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099D7; }
p { color: rgb(208,153,215); }
H1.HeaderClassName
{
color: #D099D7;
}
.AnyTagClassName
{
color: #D099D7;
}
</style>
background-color css
<style>
a { background-color: #D099D7; }
a { background-color: rgb(208,153,215); }
div.DivClassName
{
background-color: #D099D7;
}
.BgClassName
{
background-color: #D099D7;
}
</style>
border-color css
<style>
span { border-color: #D099D7; }
span { border-color: rgb(208,153,215); }
td.TdClassName
{
border-color: #D099D7;
}
.TagClassName
{
border-color: #D099D7;
}
</style>