Shades of Plum #D793E5
Tints of Plum #D793E5
RGB
CMYK
RGB Variations
Color information
#D793E5 (or 0xD793E5) is known color: Plum. HEX triplet: D7, 93 and E5. RGB value is (215,147,229). Sum of RGB (Red+Green+Blue) = 215+147+229=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #D793E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793E5 is #286C1A. Grayscale: #B0B0B0. Windows color (decimal): -2649115 or 15045591. OLE color: 15045591.
HSL color Cylindrical-coordinate representation of color #D793E5: hue angle of 289.76º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D793E5 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 147 | 229 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.10 |
| HSL | 289.76º | 0.61% | 0.74% | - |
| HSV(B) | 289.76º | 0.36% | 0.9% | - |
| XYZ | 52.6 | 40.97 | 79.26 | - |
| YUV | 176.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 229 | 0.06 | 0.36 | 0 | 0.10 | 289.76 | 0.61 | 0.74 |
| Hex | D7 | 93 | E5 | 6 | 24 | 0 | A | 122 | 3D | 4A |
| Octal | 327 | 223 | 345 | 6 | 44 | 0 | 12 | 442 | 75 | 112 |
| Binary | 11010111 | 10010011 | 11100101 | 110 | 100100 | 0 | 1010 | 100100010 | 111101 | 1001010 |
Color Harmonies of #D793E5
Complementary color
Monochromatic Colors of #D793E5
Black with #D793E5
Text Example
Text Example
White with #D793E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793E5; }
p { color: rgb(215,147,229); }
H1.HeaderClassName
{
color: #D793E5;
}
.AnyTagClassName
{
color: #D793E5;
}
</style>
background-color css
<style>
a { background-color: #D793E5; }
a { background-color: rgb(215,147,229); }
div.DivClassName
{
background-color: #D793E5;
}
.BgClassName
{
background-color: #D793E5;
}
</style>
border-color css
<style>
span { border-color: #D793E5; }
span { border-color: rgb(215,147,229); }
td.TdClassName
{
border-color: #D793E5;
}
.TagClassName
{
border-color: #D793E5;
}
</style>