#D7A0D4

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

Shades of Plum #D7A0D4

Tints of Plum #D7A0D4

Color information

#D7A0D4 (or 0xD7A0D4) is unknown color: approx Plum. HEX triplet: D7, A0 and D4. RGB value is (215,160,212). Sum of RGB (Red+Green+Blue) = 215+160+212=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0D4 is #285F2B. Grayscale: #B6B6B6. Windows color (decimal): -2645804 or 13934807. OLE color: 13934807.

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

Color convert

RGB215160212-
CMYK00.260.010.16
HSL303.27º40.74%73.53%-
HSV(B)303.27º25.58%84.31%-
XYZ52.4844.3468.08-
YUV182.37144.72151.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 160 (62.89% from 255) = 27.26%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=36.63%
G=27.26%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516021200.260.010.16303.2740.7473.53
HexD7A0D401A11012f294a
Octal32724032403212045751112
Binary1101011110100000110101000110101100001001011111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A0D4; }

 p { color: rgb(215,160,212); }

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

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

 a { background-color: rgb(215,160,212); }

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

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

 span { border-color: rgb(215,160,212); }

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