#D7ACDC

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

Shades of Plum #D7ACDC

Tints of Plum #D7ACDC

Color information

#D7ACDC (or 0xD7ACDC) is unknown color: approx Plum. HEX triplet: D7, AC and DC. RGB value is (215,172,220). Sum of RGB (Red+Green+Blue) = 215+172+220=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACDC is #285323. Grayscale: #BEBEBE. Windows color (decimal): -2642724 or 14462167. OLE color: 14462167.

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

Color convert

RGB215172220-
CMYK0.020.2200.14
HSL293.75º40.68%76.86%-
HSV(B)293.75º21.82%86.27%-
XYZ55.749.1274.26-
YUV190.33144.75145.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.42%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=35.42%
G=28.34%
B=36.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151722200.020.2200.14293.7540.6876.86
HexD7ACDC2160E126294d
Octal32725433422601644651115
Binary1101011110101100110111001010110011101001001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACDC; }

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

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

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

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

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

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

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

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