Shades of Plum #DA94D8
Tints of Plum #DA94D8
RGB
CMYK
RGB Variations
Color information
#DA94D8 (or 0xDA94D8) is known color: Plum. HEX triplet: DA, 94 and D8. RGB value is (218,148,216). Sum of RGB (Red+Green+Blue) = 218+148+216=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94D8 is #256B27. Grayscale: #B0B0B0. Windows color (decimal): -2452264 or 14193882. OLE color: 14193882.
HSL color Cylindrical-coordinate representation of color #DA94D8: hue angle of 301.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA94D8 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 216 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.15 |
| HSL | 301.71º | 0.49% | 0.72% | - |
| HSV(B) | 301.71º | 0.32% | 0.85% | - |
| XYZ | 51.9 | 41.04 | 70.15 | - |
| YUV | 176.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 216 | 0 | 0.32 | 0.01 | 0.15 | 301.71 | 0.49 | 0.72 |
| Hex | DA | 94 | D8 | 0 | 20 | 1 | F | 12E | 31 | 48 |
| Octal | 332 | 224 | 330 | 0 | 40 | 1 | 17 | 456 | 61 | 110 |
| Binary | 11011010 | 10010100 | 11011000 | 0 | 100000 | 1 | 1111 | 100101110 | 110001 | 1001000 |
Color Harmonies of #DA94D8
Complementary color
Monochromatic Colors of #DA94D8
Black with #DA94D8
Text Example
Text Example
White with #DA94D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA94D8; }
p { color: rgb(218,148,216); }
H1.HeaderClassName
{
color: #DA94D8;
}
.AnyTagClassName
{
color: #DA94D8;
}
</style>
background-color css
<style>
a { background-color: #DA94D8; }
a { background-color: rgb(218,148,216); }
div.DivClassName
{
background-color: #DA94D8;
}
.BgClassName
{
background-color: #DA94D8;
}
</style>
border-color css
<style>
span { border-color: #DA94D8; }
span { border-color: rgb(218,148,216); }
td.TdClassName
{
border-color: #DA94D8;
}
.TagClassName
{
border-color: #DA94D8;
}
</style>