Shades of Plum #D78BD2
Tints of Plum #D78BD2
RGB
CMYK
RGB Variations
Color information
#D78BD2 (or 0xD78BD2) is known color: Plum. HEX triplet: D7, 8B and D2. RGB value is (215,139,210). Sum of RGB (Red+Green+Blue) = 215+139+210=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BD2 is #28742D. Grayscale: #A9A9A9. Windows color (decimal): -2651182 or 13798359. OLE color: 13798359.
HSL color Cylindrical-coordinate representation of color #D78BD2: hue angle of 303.95º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78BD2 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 210 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.16 |
| HSL | 303.95º | 0.49% | 0.69% | - |
| HSV(B) | 303.95º | 0.35% | 0.84% | - |
| XYZ | 48.89 | 37.57 | 65.65 | - |
| YUV | 169.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 210 | 0 | 0.35 | 0.02 | 0.16 | 303.95 | 0.49 | 0.69 |
| Hex | D7 | 8B | D2 | 0 | 23 | 2 | 10 | 130 | 31 | 45 |
| Octal | 327 | 213 | 322 | 0 | 43 | 2 | 20 | 460 | 61 | 105 |
| Binary | 11010111 | 10001011 | 11010010 | 0 | 100011 | 10 | 10000 | 100110000 | 110001 | 1000101 |
Color Harmonies of #D78BD2
Complementary color
Monochromatic Colors of #D78BD2
Black with #D78BD2
Text Example
Text Example
White with #D78BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BD2; }
p { color: rgb(215,139,210); }
H1.HeaderClassName
{
color: #D78BD2;
}
.AnyTagClassName
{
color: #D78BD2;
}
</style>
background-color css
<style>
a { background-color: #D78BD2; }
a { background-color: rgb(215,139,210); }
div.DivClassName
{
background-color: #D78BD2;
}
.BgClassName
{
background-color: #D78BD2;
}
</style>
border-color css
<style>
span { border-color: #D78BD2; }
span { border-color: rgb(215,139,210); }
td.TdClassName
{
border-color: #D78BD2;
}
.TagClassName
{
border-color: #D78BD2;
}
</style>