Shades of Plum #DA8BD1
Tints of Plum #DA8BD1
RGB
CMYK
RGB Variations
Color information
#DA8BD1 (or 0xDA8BD1) is known color: Plum. HEX triplet: DA, 8B and D1. RGB value is (218,139,209). Sum of RGB (Red+Green+Blue) = 218+139+209=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BD1 is #25742E. Grayscale: #AAAAAA. Windows color (decimal): -2454575 or 13732826. OLE color: 13732826.
HSL color Cylindrical-coordinate representation of color #DA8BD1: hue angle of 306.84º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8BD1 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 209 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.15 |
| HSL | 306.84º | 0.52% | 0.7% | - |
| HSV(B) | 306.84º | 0.36% | 0.85% | - |
| XYZ | 49.65 | 37.97 | 65.03 | - |
| YUV | 170.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 209 | 0 | 0.36 | 0.04 | 0.15 | 306.84 | 0.52 | 0.7 |
| Hex | DA | 8B | D1 | 0 | 24 | 4 | F | 133 | 34 | 46 |
| Octal | 332 | 213 | 321 | 0 | 44 | 4 | 17 | 463 | 64 | 106 |
| Binary | 11011010 | 10001011 | 11010001 | 0 | 100100 | 100 | 1111 | 100110011 | 110100 | 1000110 |
Color Harmonies of #DA8BD1
Complementary color
Monochromatic Colors of #DA8BD1
Black with #DA8BD1
Text Example
Text Example
White with #DA8BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BD1; }
p { color: rgb(218,139,209); }
H1.HeaderClassName
{
color: #DA8BD1;
}
.AnyTagClassName
{
color: #DA8BD1;
}
</style>
background-color css
<style>
a { background-color: #DA8BD1; }
a { background-color: rgb(218,139,209); }
div.DivClassName
{
background-color: #DA8BD1;
}
.BgClassName
{
background-color: #DA8BD1;
}
</style>
border-color css
<style>
span { border-color: #DA8BD1; }
span { border-color: rgb(218,139,209); }
td.TdClassName
{
border-color: #DA8BD1;
}
.TagClassName
{
border-color: #DA8BD1;
}
</style>