Shades of Plum #D78FD4
Tints of Plum #D78FD4
RGB
CMYK
RGB Variations
Color information
#D78FD4 (or 0xD78FD4) is known color: Plum. HEX triplet: D7, 8F and D4. RGB value is (215,143,212). Sum of RGB (Red+Green+Blue) = 215+143+212=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FD4 is #28702B. Grayscale: #ACACAC. Windows color (decimal): -2650156 or 13930455. OLE color: 13930455.
HSL color Cylindrical-coordinate representation of color #D78FD4: hue angle of 302.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D78FD4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 212 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.16 |
| HSL | 302.5º | 0.47% | 0.7% | - |
| HSV(B) | 302.5º | 0.33% | 0.84% | - |
| XYZ | 49.73 | 38.85 | 67.16 | - |
| YUV | 172.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 212 | 0 | 0.33 | 0.01 | 0.16 | 302.5 | 0.47 | 0.7 |
| Hex | D7 | 8F | D4 | 0 | 21 | 1 | 10 | 12E | 2F | 46 |
| Octal | 327 | 217 | 324 | 0 | 41 | 1 | 20 | 456 | 57 | 106 |
| Binary | 11010111 | 10001111 | 11010100 | 0 | 100001 | 1 | 10000 | 100101110 | 101111 | 1000110 |
Color Harmonies of #D78FD4
Complementary color
Monochromatic Colors of #D78FD4
Black with #D78FD4
Text Example
Text Example
White with #D78FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FD4; }
p { color: rgb(215,143,212); }
H1.HeaderClassName
{
color: #D78FD4;
}
.AnyTagClassName
{
color: #D78FD4;
}
</style>
background-color css
<style>
a { background-color: #D78FD4; }
a { background-color: rgb(215,143,212); }
div.DivClassName
{
background-color: #D78FD4;
}
.BgClassName
{
background-color: #D78FD4;
}
</style>
border-color css
<style>
span { border-color: #D78FD4; }
span { border-color: rgb(215,143,212); }
td.TdClassName
{
border-color: #D78FD4;
}
.TagClassName
{
border-color: #D78FD4;
}
</style>