Shades of Plum #DA8DD4
Tints of Plum #DA8DD4
RGB
CMYK
RGB Variations
Color information
#DA8DD4 (or 0xDA8DD4) is known color: Plum. HEX triplet: DA, 8D and D4. RGB value is (218,141,212). Sum of RGB (Red+Green+Blue) = 218+141+212=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DD4 is #25722B. Grayscale: #ABABAB. Windows color (decimal): -2454060 or 13929946. OLE color: 13929946.
HSL color Cylindrical-coordinate representation of color #DA8DD4: hue angle of 304.68º 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 #DA8DD4 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 212 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.15 |
| HSL | 304.68º | 0.51% | 0.7% | - |
| HSV(B) | 304.68º | 0.35% | 0.85% | - |
| XYZ | 50.32 | 38.71 | 67.11 | - |
| YUV | 172.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 212 | 0 | 0.35 | 0.03 | 0.15 | 304.68 | 0.51 | 0.7 |
| Hex | DA | 8D | D4 | 0 | 23 | 3 | F | 131 | 33 | 46 |
| Octal | 332 | 215 | 324 | 0 | 43 | 3 | 17 | 461 | 63 | 106 |
| Binary | 11011010 | 10001101 | 11010100 | 0 | 100011 | 11 | 1111 | 100110001 | 110011 | 1000110 |
Color Harmonies of #DA8DD4
Complementary color
Monochromatic Colors of #DA8DD4
Black with #DA8DD4
Text Example
Text Example
White with #DA8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DD4; }
p { color: rgb(218,141,212); }
H1.HeaderClassName
{
color: #DA8DD4;
}
.AnyTagClassName
{
color: #DA8DD4;
}
</style>
background-color css
<style>
a { background-color: #DA8DD4; }
a { background-color: rgb(218,141,212); }
div.DivClassName
{
background-color: #DA8DD4;
}
.BgClassName
{
background-color: #DA8DD4;
}
</style>
border-color css
<style>
span { border-color: #DA8DD4; }
span { border-color: rgb(218,141,212); }
td.TdClassName
{
border-color: #DA8DD4;
}
.TagClassName
{
border-color: #DA8DD4;
}
</style>