Shades of Plum #D38AD4
Tints of Plum #D38AD4
RGB
CMYK
RGB Variations
Color information
#D38AD4 (or 0xD38AD4) is known color: Plum. HEX triplet: D3, 8A and D4. RGB value is (211,138,212). Sum of RGB (Red+Green+Blue) = 211+138+212=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 212 - color contains mainly: blue. Hex color #D38AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38AD4 is #2C752B. Grayscale: #A8A8A8. Windows color (decimal): -2913580 or 13929171. OLE color: 13929171.
HSL color Cylindrical-coordinate representation of color #D38AD4: hue angle of 299.19º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38AD4 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 212 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.17 |
| HSL | 299.19º | 0.46% | 0.69% | - |
| HSV(B) | 299.19º | 0.35% | 0.83% | - |
| XYZ | 47.84 | 36.78 | 66.87 | - |
| YUV | 168.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 212 | 0.00 | 0.35 | 0 | 0.17 | 299.19 | 0.46 | 0.69 |
| Hex | D3 | 8A | D4 | 0 | 23 | 0 | 11 | 12B | 2E | 45 |
| Octal | 323 | 212 | 324 | 0 | 43 | 0 | 21 | 453 | 56 | 105 |
| Binary | 11010011 | 10001010 | 11010100 | 0 | 100011 | 0 | 10001 | 100101011 | 101110 | 1000101 |
Color Harmonies of #D38AD4
Complementary color
Monochromatic Colors of #D38AD4
Black with #D38AD4
Text Example
Text Example
White with #D38AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38AD4; }
p { color: rgb(211,138,212); }
H1.HeaderClassName
{
color: #D38AD4;
}
.AnyTagClassName
{
color: #D38AD4;
}
</style>
background-color css
<style>
a { background-color: #D38AD4; }
a { background-color: rgb(211,138,212); }
div.DivClassName
{
background-color: #D38AD4;
}
.BgClassName
{
background-color: #D38AD4;
}
</style>
border-color css
<style>
span { border-color: #D38AD4; }
span { border-color: rgb(211,138,212); }
td.TdClassName
{
border-color: #D38AD4;
}
.TagClassName
{
border-color: #D38AD4;
}
</style>