Shades of Plum #DA8DD2
Tints of Plum #DA8DD2
RGB
CMYK
RGB Variations
Color information
#DA8DD2 (or 0xDA8DD2) is known color: Plum. HEX triplet: DA, 8D and D2. RGB value is (218,141,210). Sum of RGB (Red+Green+Blue) = 218+141+210=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DD2 is #25722D. Grayscale: #ABABAB. Windows color (decimal): -2454062 or 13798874. OLE color: 13798874.
HSL color Cylindrical-coordinate representation of color #DA8DD2: hue angle of 306.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8DD2 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 210 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.15 |
| HSL | 306.23º | 0.51% | 0.7% | - |
| HSV(B) | 306.23º | 0.35% | 0.85% | - |
| XYZ | 50.07 | 38.61 | 65.79 | - |
| YUV | 171.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 210 | 0 | 0.35 | 0.04 | 0.15 | 306.23 | 0.51 | 0.7 |
| Hex | DA | 8D | D2 | 0 | 23 | 4 | F | 132 | 33 | 46 |
| Octal | 332 | 215 | 322 | 0 | 43 | 4 | 17 | 462 | 63 | 106 |
| Binary | 11011010 | 10001101 | 11010010 | 0 | 100011 | 100 | 1111 | 100110010 | 110011 | 1000110 |
Color Harmonies of #DA8DD2
Complementary color
Monochromatic Colors of #DA8DD2
Black with #DA8DD2
Text Example
Text Example
White with #DA8DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DD2; }
p { color: rgb(218,141,210); }
H1.HeaderClassName
{
color: #DA8DD2;
}
.AnyTagClassName
{
color: #DA8DD2;
}
</style>
background-color css
<style>
a { background-color: #DA8DD2; }
a { background-color: rgb(218,141,210); }
div.DivClassName
{
background-color: #DA8DD2;
}
.BgClassName
{
background-color: #DA8DD2;
}
</style>
border-color css
<style>
span { border-color: #DA8DD2; }
span { border-color: rgb(218,141,210); }
td.TdClassName
{
border-color: #DA8DD2;
}
.TagClassName
{
border-color: #DA8DD2;
}
</style>