Shades of Plum #D79ED2
Tints of Plum #D79ED2
RGB
CMYK
RGB Variations
Color information
#D79ED2 (or 0xD79ED2) is known color: Plum. HEX triplet: D7, 9E and D2. RGB value is (215,158,210). Sum of RGB (Red+Green+Blue) = 215+158+210=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D79ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ED2 is #28612D. Grayscale: #B4B4B4. Windows color (decimal): -2646318 or 13803223. OLE color: 13803223.
HSL color Cylindrical-coordinate representation of color #D79ED2: hue angle of 305.26º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79ED2 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 158 | 210 | - |
CMYK | 0 | 0.27 | 0.02 | 0.16 |
HSL | 305.26º | 0.42% | 0.73% | - |
HSV(B) | 305.26º | 0.27% | 0.84% | - |
XYZ | 51.88 | 43.55 | 66.64 | - |
YUV | 180.97 | 144.38 | 152.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 158 | 210 | 0 | 0.27 | 0.02 | 0.16 | 305.26 | 0.42 | 0.73 |
Hex | D7 | 9E | D2 | 0 | 1B | 2 | 10 | 131 | 2A | 49 |
Octal | 327 | 236 | 322 | 0 | 33 | 2 | 20 | 461 | 52 | 111 |
Binary | 11010111 | 10011110 | 11010010 | 0 | 11011 | 10 | 10000 | 100110001 | 101010 | 1001001 |
Color Harmonies of #D79ED2
Complementary color
Monochromatic Colors of #D79ED2
Black with #D79ED2
Text Example
Text Example
White with #D79ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79ED2; }
p { color: rgb(215,158,210); }
H1.HeaderClassName
{
color: #D79ED2;
}
.AnyTagClassName
{
color: #D79ED2;
}
</style>
background-color css
<style>
a { background-color: #D79ED2; }
a { background-color: rgb(215,158,210); }
div.DivClassName
{
background-color: #D79ED2;
}
.BgClassName
{
background-color: #D79ED2;
}
</style>
border-color css
<style>
span { border-color: #D79ED2; }
span { border-color: rgb(215,158,210); }
td.TdClassName
{
border-color: #D79ED2;
}
.TagClassName
{
border-color: #D79ED2;
}
</style>