Shades of Plum #D795D4
Tints of Plum #D795D4
RGB
CMYK
RGB Variations
Color information
#D795D4 (or 0xD795D4) is known color: Plum. HEX triplet: D7, 95 and D4. RGB value is (215,149,212). Sum of RGB (Red+Green+Blue) = 215+149+212=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D795D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795D4 is #286A2B. Grayscale: #AFAFAF. Windows color (decimal): -2648620 or 13931991. OLE color: 13931991.
HSL color Cylindrical-coordinate representation of color #D795D4: hue angle of 302.73º 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 #D795D4 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 149 | 212 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.16 |
| HSL | 302.73º | 0.45% | 0.71% | - |
| HSV(B) | 302.73º | 0.31% | 0.84% | - |
| XYZ | 50.66 | 40.7 | 67.47 | - |
| YUV | 175.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 149 | 212 | 0 | 0.31 | 0.01 | 0.16 | 302.73 | 0.45 | 0.71 |
| Hex | D7 | 95 | D4 | 0 | 1F | 1 | 10 | 12F | 2D | 47 |
| Octal | 327 | 225 | 324 | 0 | 37 | 1 | 20 | 457 | 55 | 107 |
| Binary | 11010111 | 10010101 | 11010100 | 0 | 11111 | 1 | 10000 | 100101111 | 101101 | 1000111 |
Color Harmonies of #D795D4
Complementary color
Monochromatic Colors of #D795D4
Black with #D795D4
Text Example
Text Example
White with #D795D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D795D4; }
p { color: rgb(215,149,212); }
H1.HeaderClassName
{
color: #D795D4;
}
.AnyTagClassName
{
color: #D795D4;
}
</style>
background-color css
<style>
a { background-color: #D795D4; }
a { background-color: rgb(215,149,212); }
div.DivClassName
{
background-color: #D795D4;
}
.BgClassName
{
background-color: #D795D4;
}
</style>
border-color css
<style>
span { border-color: #D795D4; }
span { border-color: rgb(215,149,212); }
td.TdClassName
{
border-color: #D795D4;
}
.TagClassName
{
border-color: #D795D4;
}
</style>