#D4ABDB

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

Shades of Plum #D4ABDB

Tints of Plum #D4ABDB

Color information

#D4ABDB (or 0xD4ABDB) is unknown color: approx Plum. HEX triplet: D4, AB and DB. RGB value is (212,171,219). Sum of RGB (Red+Green+Blue) = 212+171+219=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABDB is #2B5424. Grayscale: #BCBCBC. Windows color (decimal): -2839589 or 14396372. OLE color: 14396372.

HSL color Cylindrical-coordinate representation of color #D4ABDB: hue angle of 291.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4ABDB is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212171219-
CMYK0.030.2200.14
HSL291.25º40%76.47%-
HSV(B)291.25º21.92%85.88%-
XYZ54.548.2473.46-
YUV188.73145.08144.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=35.22%
G=28.41%
B=36.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121712190.030.2200.14291.254076.47
HexD4ABDB3160E123284c
Octal32425333332601644350114
Binary1101010010101011110110111110110011101001000111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABDB; }

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

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

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

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

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

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

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

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