Shades of Plum #D796E4
Tints of Plum #D796E4
RGB
CMYK
RGB Variations
Color information
#D796E4 (or 0xD796E4) is known color: Plum. HEX triplet: D7, 96 and E4. RGB value is (215,150,228). Sum of RGB (Red+Green+Blue) = 215+150+228=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #D796E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796E4 is #28691B. Grayscale: #B2B2B2. Windows color (decimal): -2648348 or 14980823. OLE color: 14980823.
HSL color Cylindrical-coordinate representation of color #D796E4: hue angle of 290º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D796E4 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 150 | 228 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.11 |
| HSL | 290º | 0.59% | 0.74% | - |
| HSV(B) | 290º | 0.34% | 0.89% | - |
| XYZ | 52.93 | 41.86 | 78.69 | - |
| YUV | 178.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 228 | 0.06 | 0.34 | 0 | 0.11 | 290 | 0.59 | 0.74 |
| Hex | D7 | 96 | E4 | 6 | 22 | 0 | B | 122 | 3B | 4A |
| Octal | 327 | 226 | 344 | 6 | 42 | 0 | 13 | 442 | 73 | 112 |
| Binary | 11010111 | 10010110 | 11100100 | 110 | 100010 | 0 | 1011 | 100100010 | 111011 | 1001010 |
Color Harmonies of #D796E4
Complementary color
Monochromatic Colors of #D796E4
Black with #D796E4
Text Example
Text Example
White with #D796E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D796E4; }
p { color: rgb(215,150,228); }
H1.HeaderClassName
{
color: #D796E4;
}
.AnyTagClassName
{
color: #D796E4;
}
</style>
background-color css
<style>
a { background-color: #D796E4; }
a { background-color: rgb(215,150,228); }
div.DivClassName
{
background-color: #D796E4;
}
.BgClassName
{
background-color: #D796E4;
}
</style>
border-color css
<style>
span { border-color: #D796E4; }
span { border-color: rgb(215,150,228); }
td.TdClassName
{
border-color: #D796E4;
}
.TagClassName
{
border-color: #D796E4;
}
</style>