#D8A3D0

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

Shades of Plum #D8A3D0

Tints of Plum #D8A3D0

Color information

#D8A3D0 (or 0xD8A3D0) is unknown color: approx Plum. HEX triplet: D8, A3 and D0. RGB value is (216,163,208). Sum of RGB (Red+Green+Blue) = 216+163+208=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A3D0 is #275C2F. Grayscale: #B7B7B7. Windows color (decimal): -2579504 or 13673432. OLE color: 13673432.

HSL color Cylindrical-coordinate representation of color #D8A3D0: hue angle of 309.06º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A3D0 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216163208-
CMYK00.250.040.15
HSL309.06º40.46%74.31%-
HSV(B)309.06º24.54%84.71%-
XYZ52.845.3565.64-
YUV183.98141.56150.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 163 (64.06% from 255) = 27.77%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=36.80%
G=27.77%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616320800.250.040.15309.0640.4674.31
HexD8A3D00194F135284a
Octal33024332003141746550112
Binary11011000101000111101000001100110011111001101011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A3D0; }

 p { color: rgb(216,163,208); }

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

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

 a { background-color: rgb(216,163,208); }

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

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

 span { border-color: rgb(216,163,208); }

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