Shades of Plum #D088DA
Tints of Plum #D088DA
RGB
CMYK
RGB Variations
Color information
#D088DA (or 0xD088DA) is known color: Plum. HEX triplet: D0, 88 and DA. RGB value is (208,136,218). Sum of RGB (Red+Green+Blue) = 208+136+218=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #D088DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088DA is #2F7725. Grayscale: #A6A6A6. Windows color (decimal): -3110694 or 14321872. OLE color: 14321872.
HSL color Cylindrical-coordinate representation of color #D088DA: hue angle of 292.68º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D088DA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 136 | 218 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.15 |
| HSL | 292.68º | 0.53% | 0.69% | - |
| HSV(B) | 292.68º | 0.38% | 0.85% | - |
| XYZ | 47.47 | 36.08 | 70.79 | - |
| YUV | 166.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 218 | 0.05 | 0.38 | 0 | 0.15 | 292.68 | 0.53 | 0.69 |
| Hex | D0 | 88 | DA | 5 | 26 | 0 | F | 125 | 35 | 45 |
| Octal | 320 | 210 | 332 | 5 | 46 | 0 | 17 | 445 | 65 | 105 |
| Binary | 11010000 | 10001000 | 11011010 | 101 | 100110 | 0 | 1111 | 100100101 | 110101 | 1000101 |
Color Harmonies of #D088DA
Complementary color
Monochromatic Colors of #D088DA
Black with #D088DA
Text Example
Text Example
White with #D088DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088DA; }
p { color: rgb(208,136,218); }
H1.HeaderClassName
{
color: #D088DA;
}
.AnyTagClassName
{
color: #D088DA;
}
</style>
background-color css
<style>
a { background-color: #D088DA; }
a { background-color: rgb(208,136,218); }
div.DivClassName
{
background-color: #D088DA;
}
.BgClassName
{
background-color: #D088DA;
}
</style>
border-color css
<style>
span { border-color: #D088DA; }
span { border-color: rgb(208,136,218); }
td.TdClassName
{
border-color: #D088DA;
}
.TagClassName
{
border-color: #D088DA;
}
</style>