Shades of Plum #D099D8
Tints of Plum #D099D8
RGB
CMYK
RGB Variations
Color information
#D099D8 (or 0xD099D8) is known color: Plum. HEX triplet: D0, 99 and D8. RGB value is (208,153,216). Sum of RGB (Red+Green+Blue) = 208+153+216=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #D099D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099D8 is #2F6627. Grayscale: #B0B0B0. Windows color (decimal): -3106344 or 14195152. OLE color: 14195152.
HSL color Cylindrical-coordinate representation of color #D099D8: hue angle of 292.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D099D8 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 153 | 216 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.15 |
| HSL | 292.38º | 0.45% | 0.72% | - |
| HSV(B) | 292.38º | 0.29% | 0.85% | - |
| XYZ | 49.8 | 41.15 | 70.28 | - |
| YUV | 176.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 216 | 0.04 | 0.29 | 0 | 0.15 | 292.38 | 0.45 | 0.72 |
| Hex | D0 | 99 | D8 | 4 | 1D | 0 | F | 124 | 2D | 48 |
| Octal | 320 | 231 | 330 | 4 | 35 | 0 | 17 | 444 | 55 | 110 |
| Binary | 11010000 | 10011001 | 11011000 | 100 | 11101 | 0 | 1111 | 100100100 | 101101 | 1001000 |
Color Harmonies of #D099D8
Complementary color
Monochromatic Colors of #D099D8
Black with #D099D8
Text Example
Text Example
White with #D099D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099D8; }
p { color: rgb(208,153,216); }
H1.HeaderClassName
{
color: #D099D8;
}
.AnyTagClassName
{
color: #D099D8;
}
</style>
background-color css
<style>
a { background-color: #D099D8; }
a { background-color: rgb(208,153,216); }
div.DivClassName
{
background-color: #D099D8;
}
.BgClassName
{
background-color: #D099D8;
}
</style>
border-color css
<style>
span { border-color: #D099D8; }
span { border-color: rgb(208,153,216); }
td.TdClassName
{
border-color: #D099D8;
}
.TagClassName
{
border-color: #D099D8;
}
</style>