Shades of Plum #DA96DD
Tints of Plum #DA96DD
RGB
CMYK
RGB Variations
Color information
#DA96DD (or 0xDA96DD) is known color: Plum. HEX triplet: DA, 96 and DD. RGB value is (218,150,221). Sum of RGB (Red+Green+Blue) = 218+150+221=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96DD is #256922. Grayscale: #B2B2B2. Windows color (decimal): -2451747 or 14522074. OLE color: 14522074.
HSL color Cylindrical-coordinate representation of color #DA96DD: hue angle of 297.46º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA96DD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 150 | 221 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.13 |
| HSL | 297.46º | 0.51% | 0.73% | - |
| HSV(B) | 297.46º | 0.32% | 0.87% | - |
| XYZ | 52.87 | 41.94 | 73.71 | - |
| YUV | 178.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 221 | 0.01 | 0.32 | 0 | 0.13 | 297.46 | 0.51 | 0.73 |
| Hex | DA | 96 | DD | 1 | 20 | 0 | D | 129 | 33 | 49 |
| Octal | 332 | 226 | 335 | 1 | 40 | 0 | 15 | 451 | 63 | 111 |
| Binary | 11011010 | 10010110 | 11011101 | 1 | 100000 | 0 | 1101 | 100101001 | 110011 | 1001001 |
Color Harmonies of #DA96DD
Complementary color
Monochromatic Colors of #DA96DD
Black with #DA96DD
Text Example
Text Example
White with #DA96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA96DD; }
p { color: rgb(218,150,221); }
H1.HeaderClassName
{
color: #DA96DD;
}
.AnyTagClassName
{
color: #DA96DD;
}
</style>
background-color css
<style>
a { background-color: #DA96DD; }
a { background-color: rgb(218,150,221); }
div.DivClassName
{
background-color: #DA96DD;
}
.BgClassName
{
background-color: #DA96DD;
}
</style>
border-color css
<style>
span { border-color: #DA96DD; }
span { border-color: rgb(218,150,221); }
td.TdClassName
{
border-color: #DA96DD;
}
.TagClassName
{
border-color: #DA96DD;
}
</style>