#D38FDD

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

Shades of Plum #D38FDD

Tints of Plum #D38FDD

Color information

#D38FDD (or 0xD38FDD) is unknown color: approx 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

RGB211143221-
CMYK0.050.3500.13
HSL292.31º53.42%71.37%-
HSV(B)292.31º35.29%86.67%-
XYZ49.7438.7173.26-
YUV172.22155.53155.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.70%
GREEN value IS 143 (56.25% from 255) = 24.87%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=36.70%
G=24.87%
B=38.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111432210.050.3500.13292.3153.4271.37
HexD38FDD5230D1243547
Octal32321733554301544465107
Binary110100111000111111011101101100011011011001001001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>