Shades of Plum #D795D2
Tints of Plum #D795D2
RGB
CMYK
RGB Variations
Color information
#D795D2 (or 0xD795D2) is known color: Plum. HEX triplet: D7, 95 and D2. RGB value is (215,149,210). Sum of RGB (Red+Green+Blue) = 215+149+210=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D795D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795D2 is #286A2D. Grayscale: #AFAFAF. Windows color (decimal): -2648622 or 13800919. OLE color: 13800919.
HSL color Cylindrical-coordinate representation of color #D795D2: hue angle of 304.55º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D795D2 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 149 | 210 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.16 |
| HSL | 304.55º | 0.45% | 0.71% | - |
| HSV(B) | 304.55º | 0.31% | 0.84% | - |
| XYZ | 50.4 | 40.6 | 66.15 | - |
| YUV | 175.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 149 | 210 | 0 | 0.31 | 0.02 | 0.16 | 304.55 | 0.45 | 0.71 |
| Hex | D7 | 95 | D2 | 0 | 1F | 2 | 10 | 131 | 2D | 47 |
| Octal | 327 | 225 | 322 | 0 | 37 | 2 | 20 | 461 | 55 | 107 |
| Binary | 11010111 | 10010101 | 11010010 | 0 | 11111 | 10 | 10000 | 100110001 | 101101 | 1000111 |
Color Harmonies of #D795D2
Complementary color
Monochromatic Colors of #D795D2
Black with #D795D2
Text Example
Text Example
White with #D795D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D795D2; }
p { color: rgb(215,149,210); }
H1.HeaderClassName
{
color: #D795D2;
}
.AnyTagClassName
{
color: #D795D2;
}
</style>
background-color css
<style>
a { background-color: #D795D2; }
a { background-color: rgb(215,149,210); }
div.DivClassName
{
background-color: #D795D2;
}
.BgClassName
{
background-color: #D795D2;
}
</style>
border-color css
<style>
span { border-color: #D795D2; }
span { border-color: rgb(215,149,210); }
td.TdClassName
{
border-color: #D795D2;
}
.TagClassName
{
border-color: #D795D2;
}
</style>