#D2ABD6

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

Shades of Plum #D2ABD6

Tints of Plum #D2ABD6

Color information

#D2ABD6 (or 0xD2ABD6) is unknown color: approx Plum. HEX triplet: D2, AB and D6. RGB value is (210,171,214). Sum of RGB (Red+Green+Blue) = 210+171+214=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #D2ABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABD6 is #2D5429. Grayscale: #BBBBBB. Windows color (decimal): -2970666 or 14068690. OLE color: 14068690.

HSL color Cylindrical-coordinate representation of color #D2ABD6: hue angle of 294.42º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2ABD6 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210171214-
CMYK0.020.2000.16
HSL294.42º34.4%75.49%-
HSV(B)294.42º20.09%83.92%-
XYZ53.2847.6870.01-
YUV187.56142.92144-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 214 (83.98% from 255) = 35.97%
R=35.29%
G=28.74%
B=35.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101712140.020.2000.16294.4234.475.49
HexD2ABD6214010126224b
Octal32225332622402044642113
Binary11010010101010111101011010101000100001001001101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ABD6; }

 p { color: rgb(210,171,214); }

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

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

 a { background-color: rgb(210,171,214); }

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

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

 span { border-color: rgb(210,171,214); }

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