#D2ABD4

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

Shades of Plum #D2ABD4

Tints of Plum #D2ABD4

Color information

#D2ABD4 (or 0xD2ABD4) is unknown color: approx Plum. HEX triplet: D2, AB and D4. RGB value is (210,171,212). Sum of RGB (Red+Green+Blue) = 210+171+212=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #D2ABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABD4 is #2D542B. Grayscale: #BBBBBB. Windows color (decimal): -2970668 or 13937618. OLE color: 13937618.

HSL color Cylindrical-coordinate representation of color #D2ABD4: hue angle of 297.07º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2ABD4 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210171212-
CMYK0.010.1900.17
HSL297.07º32.28%75.1%-
HSV(B)297.07º19.34%83.14%-
XYZ53.0247.5868.68-
YUV187.34141.92144.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 212 (83.20% from 255) = 35.75%
R=35.41%
G=28.84%
B=35.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101712120.010.1900.17297.0732.2875.1
HexD2ABD4113011129204b
Octal32225332412302145140113
Binary1101001010101011110101001100110100011001010011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ABD4; }

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

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

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

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

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

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

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

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