Shades of Plum #DA94D5
Tints of Plum #DA94D5
RGB
CMYK
RGB Variations
Color information
#DA94D5 (or 0xDA94D5) is known color: Plum. HEX triplet: DA, 94 and D5. RGB value is (218,148,213). Sum of RGB (Red+Green+Blue) = 218+148+213=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94D5 is #256B2A. Grayscale: #B0B0B0. Windows color (decimal): -2452267 or 13997274. OLE color: 13997274.
HSL color Cylindrical-coordinate representation of color #DA94D5: hue angle of 304.29º 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 #DA94D5 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 213 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.15 |
| HSL | 304.29º | 0.49% | 0.72% | - |
| HSV(B) | 304.29º | 0.32% | 0.85% | - |
| XYZ | 51.51 | 40.89 | 68.13 | - |
| YUV | 176.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 213 | 0 | 0.32 | 0.02 | 0.15 | 304.29 | 0.49 | 0.72 |
| Hex | DA | 94 | D5 | 0 | 20 | 2 | F | 130 | 31 | 48 |
| Octal | 332 | 224 | 325 | 0 | 40 | 2 | 17 | 460 | 61 | 110 |
| Binary | 11011010 | 10010100 | 11010101 | 0 | 100000 | 10 | 1111 | 100110000 | 110001 | 1001000 |
Color Harmonies of #DA94D5
Complementary color
Monochromatic Colors of #DA94D5
Black with #DA94D5
Text Example
Text Example
White with #DA94D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA94D5; }
p { color: rgb(218,148,213); }
H1.HeaderClassName
{
color: #DA94D5;
}
.AnyTagClassName
{
color: #DA94D5;
}
</style>
background-color css
<style>
a { background-color: #DA94D5; }
a { background-color: rgb(218,148,213); }
div.DivClassName
{
background-color: #DA94D5;
}
.BgClassName
{
background-color: #DA94D5;
}
</style>
border-color css
<style>
span { border-color: #DA94D5; }
span { border-color: rgb(218,148,213); }
td.TdClassName
{
border-color: #DA94D5;
}
.TagClassName
{
border-color: #DA94D5;
}
</style>