#D7AFDC

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

Shades of Plum #D7AFDC

Tints of Plum #D7AFDC

Color information

#D7AFDC (or 0xD7AFDC) is unknown color: approx Plum. HEX triplet: D7, AF and DC. RGB value is (215,175,220). Sum of RGB (Red+Green+Blue) = 215+175+220=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFDC is #285023. Grayscale: #BFBFBF. Windows color (decimal): -2641956 or 14462935. OLE color: 14462935.

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

Color convert

RGB215175220-
CMYK0.020.2000.14
HSL293.33º39.13%77.45%-
HSV(B)293.33º20.45%86.27%-
XYZ56.2750.2774.45-
YUV192.09143.75144.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.25%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=35.25%
G=28.69%
B=36.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151752200.020.2000.14293.3339.1377.45
HexD7AFDC2140E125274d
Octal32725733422401644547115
Binary1101011110101111110111001010100011101001001011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFDC; }

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

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

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

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

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

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

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

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