Shades of Plum #D394DD
Tints of Plum #D394DD
RGB
CMYK
RGB Variations
Color information
#D394DD (or 0xD394DD) is known color: Plum. HEX triplet: D3, 94 and DD. RGB value is (211,148,221). Sum of RGB (Red+Green+Blue) = 211+148+221=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D394DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394DD is #2C6B22. Grayscale: #AEAEAE. Windows color (decimal): -2911011 or 14521555. OLE color: 14521555.
HSL color Cylindrical-coordinate representation of color #D394DD: hue angle of 291.78º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D394DD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 148 | 221 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.13 |
| HSL | 291.78º | 0.52% | 0.72% | - |
| HSV(B) | 291.78º | 0.33% | 0.87% | - |
| XYZ | 50.51 | 40.25 | 73.51 | - |
| YUV | 175.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 221 | 0.05 | 0.33 | 0 | 0.13 | 291.78 | 0.52 | 0.72 |
| Hex | D3 | 94 | DD | 5 | 21 | 0 | D | 124 | 34 | 48 |
| Octal | 323 | 224 | 335 | 5 | 41 | 0 | 15 | 444 | 64 | 110 |
| Binary | 11010011 | 10010100 | 11011101 | 101 | 100001 | 0 | 1101 | 100100100 | 110100 | 1001000 |
Color Harmonies of #D394DD
Complementary color
Monochromatic Colors of #D394DD
Black with #D394DD
Text Example
Text Example
White with #D394DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D394DD; }
p { color: rgb(211,148,221); }
H1.HeaderClassName
{
color: #D394DD;
}
.AnyTagClassName
{
color: #D394DD;
}
</style>
background-color css
<style>
a { background-color: #D394DD; }
a { background-color: rgb(211,148,221); }
div.DivClassName
{
background-color: #D394DD;
}
.BgClassName
{
background-color: #D394DD;
}
</style>
border-color css
<style>
span { border-color: #D394DD; }
span { border-color: rgb(211,148,221); }
td.TdClassName
{
border-color: #D394DD;
}
.TagClassName
{
border-color: #D394DD;
}
</style>