Shades of Plum #D196D3
Tints of Plum #D196D3
RGB
CMYK
RGB Variations
Color information
#D196D3 (or 0xD196D3) is known color: Plum. HEX triplet: D1, 96 and D3. RGB value is (209,150,211). Sum of RGB (Red+Green+Blue) = 209+150+211=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #D196D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196D3 is #2E692C. Grayscale: #AEAEAE. Windows color (decimal): -3041581 or 13866705. OLE color: 13866705.
HSL color Cylindrical-coordinate representation of color #D196D3: hue angle of 298.03º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D196D3 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 150 | 211 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.17 |
| HSL | 298.03º | 0.41% | 0.71% | - |
| HSV(B) | 298.03º | 0.29% | 0.83% | - |
| XYZ | 48.96 | 40.07 | 66.78 | - |
| YUV | 174.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 211 | 0.01 | 0.29 | 0 | 0.17 | 298.03 | 0.41 | 0.71 |
| Hex | D1 | 96 | D3 | 1 | 1D | 0 | 11 | 12A | 29 | 47 |
| Octal | 321 | 226 | 323 | 1 | 35 | 0 | 21 | 452 | 51 | 107 |
| Binary | 11010001 | 10010110 | 11010011 | 1 | 11101 | 0 | 10001 | 100101010 | 101001 | 1000111 |
Color Harmonies of #D196D3
Complementary color
Monochromatic Colors of #D196D3
Black with #D196D3
Text Example
Text Example
White with #D196D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D196D3; }
p { color: rgb(209,150,211); }
H1.HeaderClassName
{
color: #D196D3;
}
.AnyTagClassName
{
color: #D196D3;
}
</style>
background-color css
<style>
a { background-color: #D196D3; }
a { background-color: rgb(209,150,211); }
div.DivClassName
{
background-color: #D196D3;
}
.BgClassName
{
background-color: #D196D3;
}
</style>
border-color css
<style>
span { border-color: #D196D3; }
span { border-color: rgb(209,150,211); }
td.TdClassName
{
border-color: #D196D3;
}
.TagClassName
{
border-color: #D196D3;
}
</style>