Shades of Plum #D195D8
Tints of Plum #D195D8
RGB
CMYK
RGB Variations
Color information
#D195D8 (or 0xD195D8) is known color: Plum. HEX triplet: D1, 95 and D8. RGB value is (209,149,216). Sum of RGB (Red+Green+Blue) = 209+149+216=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #D195D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195D8 is #2E6A27. Grayscale: #AEAEAE. Windows color (decimal): -3041832 or 14194129. OLE color: 14194129.
HSL color Cylindrical-coordinate representation of color #D195D8: hue angle of 293.73º 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 #D195D8 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 149 | 216 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.15 |
| HSL | 293.73º | 0.46% | 0.72% | - |
| HSV(B) | 293.73º | 0.31% | 0.85% | - |
| XYZ | 49.44 | 40.01 | 70.08 | - |
| YUV | 174.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 216 | 0.03 | 0.31 | 0 | 0.15 | 293.73 | 0.46 | 0.72 |
| Hex | D1 | 95 | D8 | 3 | 1F | 0 | F | 126 | 2E | 48 |
| Octal | 321 | 225 | 330 | 3 | 37 | 0 | 17 | 446 | 56 | 110 |
| Binary | 11010001 | 10010101 | 11011000 | 11 | 11111 | 0 | 1111 | 100100110 | 101110 | 1001000 |
Color Harmonies of #D195D8
Complementary color
Monochromatic Colors of #D195D8
Black with #D195D8
Text Example
Text Example
White with #D195D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D195D8; }
p { color: rgb(209,149,216); }
H1.HeaderClassName
{
color: #D195D8;
}
.AnyTagClassName
{
color: #D195D8;
}
</style>
background-color css
<style>
a { background-color: #D195D8; }
a { background-color: rgb(209,149,216); }
div.DivClassName
{
background-color: #D195D8;
}
.BgClassName
{
background-color: #D195D8;
}
</style>
border-color css
<style>
span { border-color: #D195D8; }
span { border-color: rgb(209,149,216); }
td.TdClassName
{
border-color: #D195D8;
}
.TagClassName
{
border-color: #D195D8;
}
</style>