Shades of Plum #D38FDA
Tints of Plum #D38FDA
RGB
CMYK
RGB Variations
Color information
#D38FDA (or 0xD38FDA) is known color: Plum. HEX triplet: D3, 8F and DA. RGB value is (211,143,218). Sum of RGB (Red+Green+Blue) = 211+143+218=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D38FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FDA is #2C7025. Grayscale: #ABABAB. Windows color (decimal): -2912294 or 14323667. OLE color: 14323667.
HSL color Cylindrical-coordinate representation of color #D38FDA: hue angle of 294.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38FDA is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 143 | 218 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.15 |
| HSL | 294.4º | 0.5% | 0.71% | - |
| HSV(B) | 294.4º | 0.34% | 0.85% | - |
| XYZ | 49.34 | 38.56 | 71.17 | - |
| YUV | 171.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 218 | 0.03 | 0.34 | 0 | 0.15 | 294.4 | 0.5 | 0.71 |
| Hex | D3 | 8F | DA | 3 | 22 | 0 | F | 126 | 32 | 47 |
| Octal | 323 | 217 | 332 | 3 | 42 | 0 | 17 | 446 | 62 | 107 |
| Binary | 11010011 | 10001111 | 11011010 | 11 | 100010 | 0 | 1111 | 100100110 | 110010 | 1000111 |
Color Harmonies of #D38FDA
Complementary color
Monochromatic Colors of #D38FDA
Black with #D38FDA
Text Example
Text Example
White with #D38FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38FDA; }
p { color: rgb(211,143,218); }
H1.HeaderClassName
{
color: #D38FDA;
}
.AnyTagClassName
{
color: #D38FDA;
}
</style>
background-color css
<style>
a { background-color: #D38FDA; }
a { background-color: rgb(211,143,218); }
div.DivClassName
{
background-color: #D38FDA;
}
.BgClassName
{
background-color: #D38FDA;
}
</style>
border-color css
<style>
span { border-color: #D38FDA; }
span { border-color: rgb(211,143,218); }
td.TdClassName
{
border-color: #D38FDA;
}
.TagClassName
{
border-color: #D38FDA;
}
</style>