Shades of Plum #DA94D4
Tints of Plum #DA94D4
RGB
CMYK
RGB Variations
Color information
#DA94D4 (or 0xDA94D4) is known color: Plum. HEX triplet: DA, 94 and D4. RGB value is (218,148,212). Sum of RGB (Red+Green+Blue) = 218+148+212=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94D4 is #256B2B. Grayscale: #B0B0B0. Windows color (decimal): -2452268 or 13931738. OLE color: 13931738.
HSL color Cylindrical-coordinate representation of color #DA94D4: hue angle of 305.14º 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 #DA94D4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 212 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.15 |
| HSL | 305.14º | 0.49% | 0.72% | - |
| HSV(B) | 305.14º | 0.32% | 0.85% | - |
| XYZ | 51.39 | 40.84 | 67.46 | - |
| YUV | 176.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 212 | 0 | 0.32 | 0.03 | 0.15 | 305.14 | 0.49 | 0.72 |
| Hex | DA | 94 | D4 | 0 | 20 | 3 | F | 131 | 31 | 48 |
| Octal | 332 | 224 | 324 | 0 | 40 | 3 | 17 | 461 | 61 | 110 |
| Binary | 11011010 | 10010100 | 11010100 | 0 | 100000 | 11 | 1111 | 100110001 | 110001 | 1001000 |
Color Harmonies of #DA94D4
Complementary color
Monochromatic Colors of #DA94D4
Black with #DA94D4
Text Example
Text Example
White with #DA94D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA94D4; }
p { color: rgb(218,148,212); }
H1.HeaderClassName
{
color: #DA94D4;
}
.AnyTagClassName
{
color: #DA94D4;
}
</style>
background-color css
<style>
a { background-color: #DA94D4; }
a { background-color: rgb(218,148,212); }
div.DivClassName
{
background-color: #DA94D4;
}
.BgClassName
{
background-color: #DA94D4;
}
</style>
border-color css
<style>
span { border-color: #DA94D4; }
span { border-color: rgb(218,148,212); }
td.TdClassName
{
border-color: #DA94D4;
}
.TagClassName
{
border-color: #DA94D4;
}
</style>