Shades of Plum #D196D8
Tints of Plum #D196D8
RGB
CMYK
RGB Variations
Color information
#D196D8 (or 0xD196D8) is known color: Plum. HEX triplet: D1, 96 and D8. RGB value is (209,150,216). Sum of RGB (Red+Green+Blue) = 209+150+216=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #D196D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196D8 is #2E6927. Grayscale: #AEAEAE. Windows color (decimal): -3041576 or 14194385. OLE color: 14194385.
HSL color Cylindrical-coordinate representation of color #D196D8: hue angle of 293.64º degrees, saturation: 0.46, 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 #D196D8 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 150 | 216 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.15 |
| HSL | 293.64º | 0.46% | 0.72% | - |
| HSV(B) | 293.64º | 0.31% | 0.85% | - |
| XYZ | 49.6 | 40.33 | 70.14 | - |
| YUV | 175.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 216 | 0.03 | 0.31 | 0 | 0.15 | 293.64 | 0.46 | 0.72 |
| Hex | D1 | 96 | D8 | 3 | 1F | 0 | F | 126 | 2E | 48 |
| Octal | 321 | 226 | 330 | 3 | 37 | 0 | 17 | 446 | 56 | 110 |
| Binary | 11010001 | 10010110 | 11011000 | 11 | 11111 | 0 | 1111 | 100100110 | 101110 | 1001000 |
Color Harmonies of #D196D8
Complementary color
Monochromatic Colors of #D196D8
Black with #D196D8
Text Example
Text Example
White with #D196D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D196D8; }
p { color: rgb(209,150,216); }
H1.HeaderClassName
{
color: #D196D8;
}
.AnyTagClassName
{
color: #D196D8;
}
</style>
background-color css
<style>
a { background-color: #D196D8; }
a { background-color: rgb(209,150,216); }
div.DivClassName
{
background-color: #D196D8;
}
.BgClassName
{
background-color: #D196D8;
}
</style>
border-color css
<style>
span { border-color: #D196D8; }
span { border-color: rgb(209,150,216); }
td.TdClassName
{
border-color: #D196D8;
}
.TagClassName
{
border-color: #D196D8;
}
</style>