Shades of Plum #DA8DD3
Tints of Plum #DA8DD3
RGB
CMYK
RGB Variations
Color information
#DA8DD3 (or 0xDA8DD3) is known color: Plum. HEX triplet: DA, 8D and D3. RGB value is (218,141,211). Sum of RGB (Red+Green+Blue) = 218+141+211=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DD3 is #25722C. Grayscale: #ABABAB. Windows color (decimal): -2454061 or 13864410. OLE color: 13864410.
HSL color Cylindrical-coordinate representation of color #DA8DD3: hue angle of 305.45º 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 #DA8DD3 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 211 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.15 |
| HSL | 305.45º | 0.51% | 0.7% | - |
| HSV(B) | 305.45º | 0.35% | 0.85% | - |
| XYZ | 50.2 | 38.66 | 66.44 | - |
| YUV | 172 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 211 | 0 | 0.35 | 0.03 | 0.15 | 305.45 | 0.51 | 0.7 |
| Hex | DA | 8D | D3 | 0 | 23 | 3 | F | 131 | 33 | 46 |
| Octal | 332 | 215 | 323 | 0 | 43 | 3 | 17 | 461 | 63 | 106 |
| Binary | 11011010 | 10001101 | 11010011 | 0 | 100011 | 11 | 1111 | 100110001 | 110011 | 1000110 |
Color Harmonies of #DA8DD3
Complementary color
Monochromatic Colors of #DA8DD3
Black with #DA8DD3
Text Example
Text Example
White with #DA8DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DD3; }
p { color: rgb(218,141,211); }
H1.HeaderClassName
{
color: #DA8DD3;
}
.AnyTagClassName
{
color: #DA8DD3;
}
</style>
background-color css
<style>
a { background-color: #DA8DD3; }
a { background-color: rgb(218,141,211); }
div.DivClassName
{
background-color: #DA8DD3;
}
.BgClassName
{
background-color: #DA8DD3;
}
</style>
border-color css
<style>
span { border-color: #DA8DD3; }
span { border-color: rgb(218,141,211); }
td.TdClassName
{
border-color: #DA8DD3;
}
.TagClassName
{
border-color: #DA8DD3;
}
</style>