Shades of Plum #D196D4
Tints of Plum #D196D4
RGB
CMYK
RGB Variations
Color information
#D196D4 (or 0xD196D4) is known color: Plum. HEX triplet: D1, 96 and D4. RGB value is (209,150,212). Sum of RGB (Red+Green+Blue) = 209+150+212=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: blue. Hex color #D196D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196D4 is #2E692B. Grayscale: #AEAEAE. Windows color (decimal): -3041580 or 13932241. OLE color: 13932241.
HSL color Cylindrical-coordinate representation of color #D196D4: hue angle of 297.1º degrees, saturation: 0.42, 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 #D196D4 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 150 | 212 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.17 |
| HSL | 297.1º | 0.42% | 0.71% | - |
| HSV(B) | 297.1º | 0.29% | 0.83% | - |
| XYZ | 49.08 | 40.12 | 67.44 | - |
| YUV | 174.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 212 | 0.01 | 0.29 | 0 | 0.17 | 297.1 | 0.42 | 0.71 |
| Hex | D1 | 96 | D4 | 1 | 1D | 0 | 11 | 129 | 2A | 47 |
| Octal | 321 | 226 | 324 | 1 | 35 | 0 | 21 | 451 | 52 | 107 |
| Binary | 11010001 | 10010110 | 11010100 | 1 | 11101 | 0 | 10001 | 100101001 | 101010 | 1000111 |
Color Harmonies of #D196D4
Complementary color
Monochromatic Colors of #D196D4
Black with #D196D4
Text Example
Text Example
White with #D196D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D196D4; }
p { color: rgb(209,150,212); }
H1.HeaderClassName
{
color: #D196D4;
}
.AnyTagClassName
{
color: #D196D4;
}
</style>
background-color css
<style>
a { background-color: #D196D4; }
a { background-color: rgb(209,150,212); }
div.DivClassName
{
background-color: #D196D4;
}
.BgClassName
{
background-color: #D196D4;
}
</style>
border-color css
<style>
span { border-color: #D196D4; }
span { border-color: rgb(209,150,212); }
td.TdClassName
{
border-color: #D196D4;
}
.TagClassName
{
border-color: #D196D4;
}
</style>