Shades of Plum #D38FDD
Tints of Plum #D38FDD
RGB
CMYK
RGB Variations
Color information
#D38FDD (or 0xD38FDD) is known color: Plum. HEX triplet: D3, 8F and DD. RGB value is (211,143,221). Sum of RGB (Red+Green+Blue) = 211+143+221=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D38FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FDD is #2C7022. Grayscale: #ABABAB. Windows color (decimal): -2912291 or 14520275. OLE color: 14520275.
HSL color Cylindrical-coordinate representation of color #D38FDD: hue angle of 292.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38FDD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 143 | 221 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.13 |
| HSL | 292.31º | 0.53% | 0.71% | - |
| HSV(B) | 292.31º | 0.35% | 0.87% | - |
| XYZ | 49.74 | 38.71 | 73.26 | - |
| YUV | 172.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 221 | 0.05 | 0.35 | 0 | 0.13 | 292.31 | 0.53 | 0.71 |
| Hex | D3 | 8F | DD | 5 | 23 | 0 | D | 124 | 35 | 47 |
| Octal | 323 | 217 | 335 | 5 | 43 | 0 | 15 | 444 | 65 | 107 |
| Binary | 11010011 | 10001111 | 11011101 | 101 | 100011 | 0 | 1101 | 100100100 | 110101 | 1000111 |
Color Harmonies of #D38FDD
Complementary color
Monochromatic Colors of #D38FDD
Black with #D38FDD
Text Example
Text Example
White with #D38FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38FDD; }
p { color: rgb(211,143,221); }
H1.HeaderClassName
{
color: #D38FDD;
}
.AnyTagClassName
{
color: #D38FDD;
}
</style>
background-color css
<style>
a { background-color: #D38FDD; }
a { background-color: rgb(211,143,221); }
div.DivClassName
{
background-color: #D38FDD;
}
.BgClassName
{
background-color: #D38FDD;
}
</style>
border-color css
<style>
span { border-color: #D38FDD; }
span { border-color: rgb(211,143,221); }
td.TdClassName
{
border-color: #D38FDD;
}
.TagClassName
{
border-color: #D38FDD;
}
</style>