#D6AFDC

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

Shades of Plum #D6AFDC

Tints of Plum #D6AFDC

Color information

#D6AFDC (or 0xD6AFDC) is unknown color: approx Plum. HEX triplet: D6, AF and DC. RGB value is (214,175,220). Sum of RGB (Red+Green+Blue) = 214+175+220=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFDC is #295023. Grayscale: #BFBFBF. Windows color (decimal): -2707492 or 14462934. OLE color: 14462934.

HSL color Cylindrical-coordinate representation of color #D6AFDC: hue angle of 292º 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 #D6AFDC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214175220-
CMYK0.030.2000.14
HSL292º39.13%77.45%-
HSV(B)292º20.45%86.27%-
XYZ55.9850.1274.43-
YUV191.79143.92143.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=35.14%
G=28.74%
B=36.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141752200.030.2000.1429239.1377.45
HexD6AFDC3140E124274d
Octal32625733432401644447115
Binary1101011010101111110111001110100011101001001001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFDC; }

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

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

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

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

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

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

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

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