Shades of Plum #DA96D1
Tints of Plum #DA96D1
RGB
CMYK
RGB Variations
Color information
#DA96D1 (or 0xDA96D1) is known color: Plum. HEX triplet: DA, 96 and D1. RGB value is (218,150,209). Sum of RGB (Red+Green+Blue) = 218+150+209=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96D1 is #25692E. Grayscale: #B0B0B0. Windows color (decimal): -2451759 or 13735642. OLE color: 13735642.
HSL color Cylindrical-coordinate representation of color #DA96D1: hue angle of 307.94º 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 #DA96D1 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 209 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.15 |
| HSL | 307.94º | 0.48% | 0.72% | - |
| HSV(B) | 307.94º | 0.31% | 0.85% | - |
| XYZ | 51.33 | 41.32 | 65.59 | - |
| YUV | 177.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 209 | 0 | 0.31 | 0.04 | 0.15 | 307.94 | 0.48 | 0.72 |
| Hex | DA | 96 | D1 | 0 | 1F | 4 | F | 134 | 30 | 48 |
| Octal | 332 | 226 | 321 | 0 | 37 | 4 | 17 | 464 | 60 | 110 |
| Binary | 11011010 | 10010110 | 11010001 | 0 | 11111 | 100 | 1111 | 100110100 | 110000 | 1001000 |
Color Harmonies of #DA96D1
Complementary color
Monochromatic Colors of #DA96D1
Black with #DA96D1
Text Example
Text Example
White with #DA96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA96D1; }
p { color: rgb(218,150,209); }
H1.HeaderClassName
{
color: #DA96D1;
}
.AnyTagClassName
{
color: #DA96D1;
}
</style>
background-color css
<style>
a { background-color: #DA96D1; }
a { background-color: rgb(218,150,209); }
div.DivClassName
{
background-color: #DA96D1;
}
.BgClassName
{
background-color: #DA96D1;
}
</style>
border-color css
<style>
span { border-color: #DA96D1; }
span { border-color: rgb(218,150,209); }
td.TdClassName
{
border-color: #DA96D1;
}
.TagClassName
{
border-color: #DA96D1;
}
</style>