Shades of Plum #D08AD3
Tints of Plum #D08AD3
RGB
CMYK
RGB Variations
Color information
#D08AD3 (or 0xD08AD3) is known color: Plum. HEX triplet: D0, 8A and D3. RGB value is (208,138,211). Sum of RGB (Red+Green+Blue) = 208+138+211=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #D08AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AD3 is #2F752C. Grayscale: #A7A7A7. Windows color (decimal): -3110189 or 13863632. OLE color: 13863632.
HSL color Cylindrical-coordinate representation of color #D08AD3: hue angle of 297.53º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D08AD3 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 138 | 211 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.17 |
| HSL | 297.53º | 0.45% | 0.68% | - |
| HSV(B) | 297.53º | 0.35% | 0.83% | - |
| XYZ | 46.86 | 36.29 | 66.16 | - |
| YUV | 167.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 211 | 0.01 | 0.35 | 0 | 0.17 | 297.53 | 0.45 | 0.68 |
| Hex | D0 | 8A | D3 | 1 | 23 | 0 | 11 | 12A | 2D | 44 |
| Octal | 320 | 212 | 323 | 1 | 43 | 0 | 21 | 452 | 55 | 104 |
| Binary | 11010000 | 10001010 | 11010011 | 1 | 100011 | 0 | 10001 | 100101010 | 101101 | 1000100 |
Color Harmonies of #D08AD3
Complementary color
Monochromatic Colors of #D08AD3
Black with #D08AD3
Text Example
Text Example
White with #D08AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08AD3; }
p { color: rgb(208,138,211); }
H1.HeaderClassName
{
color: #D08AD3;
}
.AnyTagClassName
{
color: #D08AD3;
}
</style>
background-color css
<style>
a { background-color: #D08AD3; }
a { background-color: rgb(208,138,211); }
div.DivClassName
{
background-color: #D08AD3;
}
.BgClassName
{
background-color: #D08AD3;
}
</style>
border-color css
<style>
span { border-color: #D08AD3; }
span { border-color: rgb(208,138,211); }
td.TdClassName
{
border-color: #D08AD3;
}
.TagClassName
{
border-color: #D08AD3;
}
</style>