Shades of Plum #D38ED4
Tints of Plum #D38ED4
RGB
CMYK
RGB Variations
Color information
#D38ED4 (or 0xD38ED4) is known color: Plum. HEX triplet: D3, 8E and D4. RGB value is (211,142,212). Sum of RGB (Red+Green+Blue) = 211+142+212=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #D38ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ED4 is #2C712B. Grayscale: #AAAAAA. Windows color (decimal): -2912556 or 13930195. OLE color: 13930195.
HSL color Cylindrical-coordinate representation of color #D38ED4: hue angle of 299.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38ED4 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 212 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.17 |
| HSL | 299.14º | 0.45% | 0.69% | - |
| HSV(B) | 299.14º | 0.33% | 0.83% | - |
| XYZ | 48.42 | 37.95 | 67.06 | - |
| YUV | 170.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 212 | 0.00 | 0.33 | 0 | 0.17 | 299.14 | 0.45 | 0.69 |
| Hex | D3 | 8E | D4 | 0 | 21 | 0 | 11 | 12B | 2D | 45 |
| Octal | 323 | 216 | 324 | 0 | 41 | 0 | 21 | 453 | 55 | 105 |
| Binary | 11010011 | 10001110 | 11010100 | 0 | 100001 | 0 | 10001 | 100101011 | 101101 | 1000101 |
Color Harmonies of #D38ED4
Complementary color
Monochromatic Colors of #D38ED4
Black with #D38ED4
Text Example
Text Example
White with #D38ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38ED4; }
p { color: rgb(211,142,212); }
H1.HeaderClassName
{
color: #D38ED4;
}
.AnyTagClassName
{
color: #D38ED4;
}
</style>
background-color css
<style>
a { background-color: #D38ED4; }
a { background-color: rgb(211,142,212); }
div.DivClassName
{
background-color: #D38ED4;
}
.BgClassName
{
background-color: #D38ED4;
}
</style>
border-color css
<style>
span { border-color: #D38ED4; }
span { border-color: rgb(211,142,212); }
td.TdClassName
{
border-color: #D38ED4;
}
.TagClassName
{
border-color: #D38ED4;
}
</style>