#D8A3D4

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

Shades of Plum #D8A3D4

Tints of Plum #D8A3D4

Color information

#D8A3D4 (or 0xD8A3D4) is unknown color: approx Plum. HEX triplet: D8, A3 and D4. RGB value is (216,163,212). Sum of RGB (Red+Green+Blue) = 216+163+212=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A3D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A3D4 is #275C2B. Grayscale: #B8B8B8. Windows color (decimal): -2579500 or 13935576. OLE color: 13935576.

HSL color Cylindrical-coordinate representation of color #D8A3D4: hue angle of 304.53º 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 #D8A3D4 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB216163212-
CMYK00.250.020.15
HSL304.53º40.46%74.31%-
HSV(B)304.53º24.54%84.71%-
XYZ53.345.5568.27-
YUV184.43143.56150.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 163 (64.06% from 255) = 27.58%
BLUE value IS 212 (83.20% from 255) = 35.87%
R=36.55%
G=27.58%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616321200.250.020.15304.5340.4674.31
HexD8A3D40192F131284a
Octal33024332403121746150112
Binary1101100010100011110101000110011011111001100011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A3D4; }

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

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

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

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

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

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

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

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