#D6A2D0

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

Shades of Plum #D6A2D0

Tints of Plum #D6A2D0

Color information

#D6A2D0 (or 0xD6A2D0) is unknown color: approx Plum. HEX triplet: D6, A2 and D0. RGB value is (214,162,208). Sum of RGB (Red+Green+Blue) = 214+162+208=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A2D0 is #295D2F. Grayscale: #B6B6B6. Windows color (decimal): -2710832 or 13673174. OLE color: 13673174.

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

Color convert

RGB214162208-
CMYK00.240.030.16
HSL306.92º38.81%73.73%-
HSV(B)306.92º24.3%83.92%-
XYZ52.0444.6965.56-
YUV182.79142.23150.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.64%
GREEN value IS 162 (63.67% from 255) = 27.74%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=36.64%
G=27.74%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416220800.240.030.16306.9238.8173.73
HexD6A2D0018310133274a
Octal32624232003032046347112
Binary11010110101000101101000001100011100001001100111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A2D0; }

 p { color: rgb(214,162,208); }

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

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

 a { background-color: rgb(214,162,208); }

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

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

 span { border-color: rgb(214,162,208); }

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