Shades of Plum #D79FDA
Tints of Plum #D79FDA
RGB
CMYK
RGB Variations
Color information
#D79FDA (or 0xD79FDA) is known color: Plum. HEX triplet: D7, 9F and DA. RGB value is (215,159,218). Sum of RGB (Red+Green+Blue) = 215+159+218=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #D79FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FDA is #286025. Grayscale: #B6B6B6. Windows color (decimal): -2646054 or 14327767. OLE color: 14327767.
HSL color Cylindrical-coordinate representation of color #D79FDA: hue angle of 296.95º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79FDA is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 215 | 159 | 218 | - |
CMYK | 0.01 | 0.27 | 0 | 0.15 |
HSL | 296.95º | 0.44% | 0.74% | - |
HSV(B) | 296.95º | 0.27% | 0.85% | - |
XYZ | 53.08 | 44.31 | 72.08 | - |
YUV | 182.47 | 148.05 | 151.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 159 | 218 | 0.01 | 0.27 | 0 | 0.15 | 296.95 | 0.44 | 0.74 |
Hex | D7 | 9F | DA | 1 | 1B | 0 | F | 129 | 2C | 4A |
Octal | 327 | 237 | 332 | 1 | 33 | 0 | 17 | 451 | 54 | 112 |
Binary | 11010111 | 10011111 | 11011010 | 1 | 11011 | 0 | 1111 | 100101001 | 101100 | 1001010 |
Color Harmonies of #D79FDA
Complementary color
Monochromatic Colors of #D79FDA
Black with #D79FDA
Text Example
Text Example
White with #D79FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79FDA; }
p { color: rgb(215,159,218); }
H1.HeaderClassName
{
color: #D79FDA;
}
.AnyTagClassName
{
color: #D79FDA;
}
</style>
background-color css
<style>
a { background-color: #D79FDA; }
a { background-color: rgb(215,159,218); }
div.DivClassName
{
background-color: #D79FDA;
}
.BgClassName
{
background-color: #D79FDA;
}
</style>
border-color css
<style>
span { border-color: #D79FDA; }
span { border-color: rgb(215,159,218); }
td.TdClassName
{
border-color: #D79FDA;
}
.TagClassName
{
border-color: #D79FDA;
}
</style>