#D38FD1

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

Shades of Plum #D38FD1

Tints of Plum #D38FD1

Color information

#D38FD1 (or 0xD38FD1) is unknown color: approx Plum. HEX triplet: D3, 8F and D1. RGB value is (211,143,209). Sum of RGB (Red+Green+Blue) = 211+143+209=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FD1 is #2C702E. Grayscale: #AAAAAA. Windows color (decimal): -2912303 or 13733843. OLE color: 13733843.

HSL color Cylindrical-coordinate representation of color #D38FD1: hue angle of 301.76º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D38FD1 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB211143209-
CMYK00.320.010.17
HSL301.76º43.59%69.41%-
HSV(B)301.76º32.23%82.75%-
XYZ48.238.165.13-
YUV170.86149.53156.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.48%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=37.48%
G=25.40%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114320900.320.010.17301.7643.5969.41
HexD38FD102011112e2c45
Octal32321732104012145654105
Binary11010011100011111101000101000001100011001011101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FD1; }

 p { color: rgb(211,143,209); }

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

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

 a { background-color: rgb(211,143,209); }

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

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

 span { border-color: rgb(211,143,209); }

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