#D7A2D9

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

Shades of Plum #D7A2D9

Tints of Plum #D7A2D9

Color information

#D7A2D9 (or 0xD7A2D9) is unknown color: approx Plum. HEX triplet: D7, A2 and D9. RGB value is (215,162,217). Sum of RGB (Red+Green+Blue) = 215+162+217=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 162 (63.67% from 255 or 27.27% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #D7A2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A2D9 is #285D26. Grayscale: #B7B7B7. Windows color (decimal): -2645287 or 14262999. OLE color: 14262999.

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

Color convert

RGB215162217-
CMYK0.010.2500.15
HSL297.82º41.98%74.31%-
HSV(B)297.82º25.35%85.1%-
XYZ53.4745.371.57-
YUV184.12146.56150.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.20%
GREEN value IS 162 (63.67% from 255) = 27.27%
BLUE value IS 217 (85.16% from 255) = 36.53%
R=36.20%
G=27.27%
B=36.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151622170.010.2500.15297.8241.9874.31
HexD7A2D91190F12a2a4a
Octal32724233113101745252112
Binary110101111010001011011001111001011111001010101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A2D9; }

 p { color: rgb(215,162,217); }

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

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

 a { background-color: rgb(215,162,217); }

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

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

 span { border-color: rgb(215,162,217); }

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