Shades of Plum #DA8AD4
Tints of Plum #DA8AD4
RGB
CMYK
RGB Variations
Color information
#DA8AD4 (or 0xDA8AD4) is known color: Plum. HEX triplet: DA, 8A and D4. RGB value is (218,138,212). Sum of RGB (Red+Green+Blue) = 218+138+212=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8AD4 is #25752B. Grayscale: #AAAAAA. Windows color (decimal): -2454828 or 13929178. OLE color: 13929178.
HSL color Cylindrical-coordinate representation of color #DA8AD4: hue angle of 304.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8AD4 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 212 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.15 |
| HSL | 304.5º | 0.52% | 0.7% | - |
| HSV(B) | 304.5º | 0.37% | 0.85% | - |
| XYZ | 49.89 | 37.84 | 66.96 | - |
| YUV | 170.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 212 | 0 | 0.37 | 0.03 | 0.15 | 304.5 | 0.52 | 0.7 |
| Hex | DA | 8A | D4 | 0 | 25 | 3 | F | 130 | 34 | 46 |
| Octal | 332 | 212 | 324 | 0 | 45 | 3 | 17 | 460 | 64 | 106 |
| Binary | 11011010 | 10001010 | 11010100 | 0 | 100101 | 11 | 1111 | 100110000 | 110100 | 1000110 |
Color Harmonies of #DA8AD4
Complementary color
Monochromatic Colors of #DA8AD4
Black with #DA8AD4
Text Example
Text Example
White with #DA8AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8AD4; }
p { color: rgb(218,138,212); }
H1.HeaderClassName
{
color: #DA8AD4;
}
.AnyTagClassName
{
color: #DA8AD4;
}
</style>
background-color css
<style>
a { background-color: #DA8AD4; }
a { background-color: rgb(218,138,212); }
div.DivClassName
{
background-color: #DA8AD4;
}
.BgClassName
{
background-color: #DA8AD4;
}
</style>
border-color css
<style>
span { border-color: #DA8AD4; }
span { border-color: rgb(218,138,212); }
td.TdClassName
{
border-color: #DA8AD4;
}
.TagClassName
{
border-color: #DA8AD4;
}
</style>