#D7A2DF

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

Shades of Plum #D7A2DF

Tints of Plum #D7A2DF

Color information

#D7A2DF (or 0xD7A2DF) is unknown color: approx Plum. HEX triplet: D7, A2 and DF. RGB value is (215,162,223). Sum of RGB (Red+Green+Blue) = 215+162+223=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7A2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A2DF is #285D20. Grayscale: #B8B8B8. Windows color (decimal): -2645281 or 14656215. OLE color: 14656215.

HSL color Cylindrical-coordinate representation of color #D7A2DF: hue angle of 292.13º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7A2DF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215162223-
CMYK0.040.2700.13
HSL292.13º48.8%75.49%-
HSV(B)292.13º27.35%87.45%-
XYZ54.2645.6275.76-
YUV184.8149.56149.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.83%
GREEN value IS 162 (63.67% from 255) = 27%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=35.83%
G=27%
B=37.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151622230.040.2700.13292.1348.875.49
HexD7A2DF41B0D124314b
Octal32724233743301544461113
Binary11010111101000101101111110011011011011001001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A2DF; }

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

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

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

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

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

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

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

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