Shades of Plum #D793E0
Tints of Plum #D793E0
RGB
CMYK
RGB Variations
Color information
#D793E0 (or 0xD793E0) is known color: Plum. HEX triplet: D7, 93 and E0. RGB value is (215,147,224). Sum of RGB (Red+Green+Blue) = 215+147+224=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #D793E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793E0 is #286C1F. Grayscale: #AFAFAF. Windows color (decimal): -2649120 or 14717911. OLE color: 14717911.
HSL color Cylindrical-coordinate representation of color #D793E0: hue angle of 292.99º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D793E0 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 147 | 224 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.12 |
| HSL | 292.99º | 0.55% | 0.73% | - |
| HSV(B) | 292.99º | 0.34% | 0.88% | - |
| XYZ | 51.91 | 40.7 | 75.64 | - |
| YUV | 176.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 224 | 0.04 | 0.34 | 0 | 0.12 | 292.99 | 0.55 | 0.73 |
| Hex | D7 | 93 | E0 | 4 | 22 | 0 | C | 125 | 37 | 49 |
| Octal | 327 | 223 | 340 | 4 | 42 | 0 | 14 | 445 | 67 | 111 |
| Binary | 11010111 | 10010011 | 11100000 | 100 | 100010 | 0 | 1100 | 100100101 | 110111 | 1001001 |
Color Harmonies of #D793E0
Complementary color
Monochromatic Colors of #D793E0
Black with #D793E0
Text Example
Text Example
White with #D793E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793E0; }
p { color: rgb(215,147,224); }
H1.HeaderClassName
{
color: #D793E0;
}
.AnyTagClassName
{
color: #D793E0;
}
</style>
background-color css
<style>
a { background-color: #D793E0; }
a { background-color: rgb(215,147,224); }
div.DivClassName
{
background-color: #D793E0;
}
.BgClassName
{
background-color: #D793E0;
}
</style>
border-color css
<style>
span { border-color: #D793E0; }
span { border-color: rgb(215,147,224); }
td.TdClassName
{
border-color: #D793E0;
}
.TagClassName
{
border-color: #D793E0;
}
</style>