#D7A0D1

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

Shades of Plum #D7A0D1

Tints of Plum #D7A0D1

Color information

#D7A0D1 (or 0xD7A0D1) is unknown color: approx Plum. HEX triplet: D7, A0 and D1. RGB value is (215,160,209). Sum of RGB (Red+Green+Blue) = 215+160+209=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0D1 is #285F2E. Grayscale: #B5B5B5. Windows color (decimal): -2645807 or 13738199. OLE color: 13738199.

HSL color Cylindrical-coordinate representation of color #D7A0D1: hue angle of 306.55º 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 #D7A0D1 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215160209-
CMYK00.260.030.16
HSL306.55º40.74%73.53%-
HSV(B)306.55º25.58%84.31%-
XYZ52.144.1966.11-
YUV182.03143.22151.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=36.82%
G=27.40%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516020900.260.030.16306.5540.7473.53
HexD7A0D101A310133294a
Octal32724032103232046351112
Binary11010111101000001101000101101011100001001100111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A0D1; }

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

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

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

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

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

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

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

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