#D7AFDD

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

Shades of Plum #D7AFDD

Tints of Plum #D7AFDD

Color information

#D7AFDD (or 0xD7AFDD) is unknown color: approx Plum. HEX triplet: D7, AF and DD. RGB value is (215,175,221). Sum of RGB (Red+Green+Blue) = 215+175+221=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFDD is #285022. Grayscale: #C0C0C0. Windows color (decimal): -2641955 or 14528471. OLE color: 14528471.

HSL color Cylindrical-coordinate representation of color #D7AFDD: hue angle of 292.17º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AFDD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215175221-
CMYK0.030.2100.13
HSL292.17º40.35%77.65%-
HSV(B)292.17º20.81%86.67%-
XYZ56.4150.3375.15-
YUV192.2144.25144.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=35.19%
G=28.64%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151752210.030.2100.13292.1740.3577.65
HexD7AFDD3150D124284e
Octal32725733532501544450116
Binary1101011110101111110111011110101011011001001001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFDD; }

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

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

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

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

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

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

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

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