Shades of Plum #DA96DF
Tints of Plum #DA96DF
RGB
CMYK
RGB Variations
Color information
#DA96DF (or 0xDA96DF) is known color: Plum. HEX triplet: DA, 96 and DF. RGB value is (218,150,223). Sum of RGB (Red+Green+Blue) = 218+150+223=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96DF is #256920. Grayscale: #B2B2B2. Windows color (decimal): -2451745 or 14653146. OLE color: 14653146.
HSL color Cylindrical-coordinate representation of color #DA96DF: hue angle of 295.89º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA96DF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 150 | 223 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.13 |
| HSL | 295.89º | 0.53% | 0.73% | - |
| HSV(B) | 295.89º | 0.33% | 0.87% | - |
| XYZ | 53.14 | 42.05 | 75.13 | - |
| YUV | 178.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 223 | 0.02 | 0.33 | 0 | 0.13 | 295.89 | 0.53 | 0.73 |
| Hex | DA | 96 | DF | 2 | 21 | 0 | D | 128 | 35 | 49 |
| Octal | 332 | 226 | 337 | 2 | 41 | 0 | 15 | 450 | 65 | 111 |
| Binary | 11011010 | 10010110 | 11011111 | 10 | 100001 | 0 | 1101 | 100101000 | 110101 | 1001001 |
Color Harmonies of #DA96DF
Complementary color
Monochromatic Colors of #DA96DF
Black with #DA96DF
Text Example
Text Example
White with #DA96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA96DF; }
p { color: rgb(218,150,223); }
H1.HeaderClassName
{
color: #DA96DF;
}
.AnyTagClassName
{
color: #DA96DF;
}
</style>
background-color css
<style>
a { background-color: #DA96DF; }
a { background-color: rgb(218,150,223); }
div.DivClassName
{
background-color: #DA96DF;
}
.BgClassName
{
background-color: #DA96DF;
}
</style>
border-color css
<style>
span { border-color: #DA96DF; }
span { border-color: rgb(218,150,223); }
td.TdClassName
{
border-color: #DA96DF;
}
.TagClassName
{
border-color: #DA96DF;
}
</style>