Shades of Plum #D78FE2
Tints of Plum #D78FE2
RGB
CMYK
RGB Variations
Color information
#D78FE2 (or 0xD78FE2) is known color: Plum. HEX triplet: D7, 8F and E2. RGB value is (215,143,226). Sum of RGB (Red+Green+Blue) = 215+143+226=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #D78FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FE2 is #28701D. Grayscale: #ADADAD. Windows color (decimal): -2650142 or 14847959. OLE color: 14847959.
HSL color Cylindrical-coordinate representation of color #D78FE2: hue angle of 292.05º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D78FE2 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 143 | 226 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.11 |
| HSL | 292.05º | 0.59% | 0.72% | - |
| HSV(B) | 292.05º | 0.37% | 0.89% | - |
| XYZ | 51.57 | 39.58 | 76.87 | - |
| YUV | 173.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 226 | 0.05 | 0.37 | 0 | 0.11 | 292.05 | 0.59 | 0.72 |
| Hex | D7 | 8F | E2 | 5 | 25 | 0 | B | 124 | 3B | 48 |
| Octal | 327 | 217 | 342 | 5 | 45 | 0 | 13 | 444 | 73 | 110 |
| Binary | 11010111 | 10001111 | 11100010 | 101 | 100101 | 0 | 1011 | 100100100 | 111011 | 1001000 |
Color Harmonies of #D78FE2
Complementary color
Monochromatic Colors of #D78FE2
Black with #D78FE2
Text Example
Text Example
White with #D78FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FE2; }
p { color: rgb(215,143,226); }
H1.HeaderClassName
{
color: #D78FE2;
}
.AnyTagClassName
{
color: #D78FE2;
}
</style>
background-color css
<style>
a { background-color: #D78FE2; }
a { background-color: rgb(215,143,226); }
div.DivClassName
{
background-color: #D78FE2;
}
.BgClassName
{
background-color: #D78FE2;
}
</style>
border-color css
<style>
span { border-color: #D78FE2; }
span { border-color: rgb(215,143,226); }
td.TdClassName
{
border-color: #D78FE2;
}
.TagClassName
{
border-color: #D78FE2;
}
</style>