Shades of Plum #D394D7
Tints of Plum #D394D7
RGB
CMYK
RGB Variations
Color information
#D394D7 (or 0xD394D7) is known color: Plum. HEX triplet: D3, 94 and D7. RGB value is (211,148,215). Sum of RGB (Red+Green+Blue) = 211+148+215=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #D394D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394D7 is #2C6B28. Grayscale: #AEAEAE. Windows color (decimal): -2911017 or 14128339. OLE color: 14128339.
HSL color Cylindrical-coordinate representation of color #D394D7: hue angle of 296.42º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D394D7 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 148 | 215 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.16 |
| HSL | 296.42º | 0.46% | 0.71% | - |
| HSV(B) | 296.42º | 0.31% | 0.84% | - |
| XYZ | 49.72 | 39.93 | 69.38 | - |
| YUV | 174.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 215 | 0.02 | 0.31 | 0 | 0.16 | 296.42 | 0.46 | 0.71 |
| Hex | D3 | 94 | D7 | 2 | 1F | 0 | 10 | 128 | 2E | 47 |
| Octal | 323 | 224 | 327 | 2 | 37 | 0 | 20 | 450 | 56 | 107 |
| Binary | 11010011 | 10010100 | 11010111 | 10 | 11111 | 0 | 10000 | 100101000 | 101110 | 1000111 |
Color Harmonies of #D394D7
Complementary color
Monochromatic Colors of #D394D7
Black with #D394D7
Text Example
Text Example
White with #D394D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D394D7; }
p { color: rgb(211,148,215); }
H1.HeaderClassName
{
color: #D394D7;
}
.AnyTagClassName
{
color: #D394D7;
}
</style>
background-color css
<style>
a { background-color: #D394D7; }
a { background-color: rgb(211,148,215); }
div.DivClassName
{
background-color: #D394D7;
}
.BgClassName
{
background-color: #D394D7;
}
</style>
border-color css
<style>
span { border-color: #D394D7; }
span { border-color: rgb(211,148,215); }
td.TdClassName
{
border-color: #D394D7;
}
.TagClassName
{
border-color: #D394D7;
}
</style>