Shades of Plum #DA96D3
Tints of Plum #DA96D3
RGB
CMYK
RGB Variations
Color information
#DA96D3 (or 0xDA96D3) is known color: Plum. HEX triplet: DA, 96 and D3. RGB value is (218,150,211). Sum of RGB (Red+Green+Blue) = 218+150+211=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96D3 is #25692C. Grayscale: #B1B1B1. Windows color (decimal): -2451757 or 13866714. OLE color: 13866714.
HSL color Cylindrical-coordinate representation of color #DA96D3: hue angle of 306.18º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA96D3 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 211 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.15 |
| HSL | 306.18º | 0.48% | 0.72% | - |
| HSV(B) | 306.18º | 0.31% | 0.85% | - |
| XYZ | 51.58 | 41.42 | 66.9 | - |
| YUV | 177.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 211 | 0 | 0.31 | 0.03 | 0.15 | 306.18 | 0.48 | 0.72 |
| Hex | DA | 96 | D3 | 0 | 1F | 3 | F | 132 | 30 | 48 |
| Octal | 332 | 226 | 323 | 0 | 37 | 3 | 17 | 462 | 60 | 110 |
| Binary | 11011010 | 10010110 | 11010011 | 0 | 11111 | 11 | 1111 | 100110010 | 110000 | 1001000 |
Color Harmonies of #DA96D3
Complementary color
Monochromatic Colors of #DA96D3
Black with #DA96D3
Text Example
Text Example
White with #DA96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA96D3; }
p { color: rgb(218,150,211); }
H1.HeaderClassName
{
color: #DA96D3;
}
.AnyTagClassName
{
color: #DA96D3;
}
</style>
background-color css
<style>
a { background-color: #DA96D3; }
a { background-color: rgb(218,150,211); }
div.DivClassName
{
background-color: #DA96D3;
}
.BgClassName
{
background-color: #DA96D3;
}
</style>
border-color css
<style>
span { border-color: #DA96D3; }
span { border-color: rgb(218,150,211); }
td.TdClassName
{
border-color: #DA96D3;
}
.TagClassName
{
border-color: #DA96D3;
}
</style>