#D7A8DC

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

Shades of Plum #D7A8DC

Tints of Plum #D7A8DC

Color information

#D7A8DC (or 0xD7A8DC) is unknown color: approx Plum. HEX triplet: D7, A8 and DC. RGB value is (215,168,220). Sum of RGB (Red+Green+Blue) = 215+168+220=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8DC is #285723. Grayscale: #BBBBBB. Windows color (decimal): -2643748 or 14461143. OLE color: 14461143.

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

Color convert

RGB215168220-
CMYK0.020.2400.14
HSL294.23º42.62%76.08%-
HSV(B)294.23º23.64%86.27%-
XYZ54.9547.6274.01-
YUV187.98146.07147.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.66%
GREEN value IS 168 (66.02% from 255) = 27.86%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=35.66%
G=27.86%
B=36.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151682200.020.2400.14294.2342.6276.08
HexD7A8DC2180E1262b4c
Octal32725033423001644653114
Binary1101011110101000110111001011000011101001001101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A8DC; }

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

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

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

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

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

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

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

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