#D7A3D2

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

Shades of Plum #D7A3D2

Tints of Plum #D7A3D2

Color information

#D7A3D2 (or 0xD7A3D2) is unknown color: approx Plum. HEX triplet: D7, A3 and D2. RGB value is (215,163,210). Sum of RGB (Red+Green+Blue) = 215+163+210=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A3D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A3D2 is #285C2D. Grayscale: #B7B7B7. Windows color (decimal): -2645038 or 13804503. OLE color: 13804503.

HSL color Cylindrical-coordinate representation of color #D7A3D2: hue angle of 305.77º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A3D2 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215163210-
CMYK00.240.020.16
HSL305.77º39.39%74.12%-
HSV(B)305.77º24.19%84.31%-
XYZ52.7545.2966.94-
YUV183.91142.73150.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 163 (64.06% from 255) = 27.72%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=36.56%
G=27.72%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516321000.240.020.16305.7739.3974.12
HexD7A3D2018210132274a
Octal32724332203022046247112
Binary11010111101000111101001001100010100001001100101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A3D2; }

 p { color: rgb(215,163,210); }

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

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

 a { background-color: rgb(215,163,210); }

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

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

 span { border-color: rgb(215,163,210); }

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