#D38BDD

Color #D38BDD Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D38BDD

Tints of Plum #D38BDD

Color information

#D38BDD (or 0xD38BDD) is unknown color: approx Plum. HEX triplet: D3, 8B and DD. RGB value is (211,139,221). Sum of RGB (Red+Green+Blue) = 211+139+221=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D38BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BDD is #2C7422. Grayscale: #A9A9A9. Windows color (decimal): -2913315 or 14519251. OLE color: 14519251.

HSL color Cylindrical-coordinate representation of color #D38BDD: hue angle of 292.68º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D38BDD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211139221-
CMYK0.050.3700.13
HSL292.68º54.67%70.59%-
HSV(B)292.68º37.1%86.67%-
XYZ49.1537.5373.06-
YUV169.88156.85157.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 36.95%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=36.95%
G=24.34%
B=38.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111392210.050.3700.13292.6854.6770.59
HexD38BDD5250D1253747
Octal32321333554501544567107
Binary110100111000101111011101101100101011011001001011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38BDD; }

 p { color: rgb(211,139,221); }

 H1.HeaderClassName
 {
   color: #D38BDD;
 }
 .AnyTagClassName
 {
   color: #D38BDD;
 }
</style>
background-color css

<style>
 a { background-color: #D38BDD; }

 a { background-color: rgb(211,139,221); }

 div.DivClassName
 {
   background-color: #D38BDD;
 }
 .BgClassName
 {
   background-color: #D38BDD;
 }
</style>
border-color css

<style>
 span { border-color: #D38BDD; }

 span { border-color: rgb(211,139,221); }

 td.TdClassName
 {
   border-color: #D38BDD;
 }
 .TagClassName
 {
   border-color: #D38BDD;
 }
</style>