#D7A2DC

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

Shades of Plum #D7A2DC

Tints of Plum #D7A2DC

Color information

#D7A2DC (or 0xD7A2DC) is unknown color: approx Plum. HEX triplet: D7, A2 and DC. RGB value is (215,162,220). Sum of RGB (Red+Green+Blue) = 215+162+220=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A2DC is #285D23. Grayscale: #B8B8B8. Windows color (decimal): -2645284 or 14459607. OLE color: 14459607.

HSL color Cylindrical-coordinate representation of color #D7A2DC: hue angle of 294.83º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A2DC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215162220-
CMYK0.020.2600.14
HSL294.83º45.31%74.9%-
HSV(B)294.83º26.36%86.27%-
XYZ53.8645.4673.64-
YUV184.46148.06149.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 162 (63.67% from 255) = 27.14%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=36.01%
G=27.14%
B=36.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151622200.020.2600.14294.8345.3174.9
HexD7A2DC21A0E1272d4b
Octal32724233423201644755113
Binary1101011110100010110111001011010011101001001111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A2DC; }

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

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

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

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

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

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

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

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