Shades of Plum #D099D6
Tints of Plum #D099D6
RGB
CMYK
RGB Variations
Color information
#D099D6 (or 0xD099D6) is known color: Plum. HEX triplet: D0, 99 and D6. RGB value is (208,153,214). Sum of RGB (Red+Green+Blue) = 208+153+214=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #D099D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099D6 is #2F6629. Grayscale: #B0B0B0. Windows color (decimal): -3106346 or 14064080. OLE color: 14064080.
HSL color Cylindrical-coordinate representation of color #D099D6: hue angle of 294.1º degrees, saturation: 0.43, 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 #D099D6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 153 | 214 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.16 |
| HSL | 294.1º | 0.43% | 0.72% | - |
| HSV(B) | 294.1º | 0.29% | 0.84% | - |
| XYZ | 49.54 | 41.05 | 68.93 | - |
| YUV | 176.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 214 | 0.03 | 0.29 | 0 | 0.16 | 294.1 | 0.43 | 0.72 |
| Hex | D0 | 99 | D6 | 3 | 1D | 0 | 10 | 126 | 2B | 48 |
| Octal | 320 | 231 | 326 | 3 | 35 | 0 | 20 | 446 | 53 | 110 |
| Binary | 11010000 | 10011001 | 11010110 | 11 | 11101 | 0 | 10000 | 100100110 | 101011 | 1001000 |
Color Harmonies of #D099D6
Complementary color
Monochromatic Colors of #D099D6
Black with #D099D6
Text Example
Text Example
White with #D099D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099D6; }
p { color: rgb(208,153,214); }
H1.HeaderClassName
{
color: #D099D6;
}
.AnyTagClassName
{
color: #D099D6;
}
</style>
background-color css
<style>
a { background-color: #D099D6; }
a { background-color: rgb(208,153,214); }
div.DivClassName
{
background-color: #D099D6;
}
.BgClassName
{
background-color: #D099D6;
}
</style>
border-color css
<style>
span { border-color: #D099D6; }
span { border-color: rgb(208,153,214); }
td.TdClassName
{
border-color: #D099D6;
}
.TagClassName
{
border-color: #D099D6;
}
</style>