#D6A1CF

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

Shades of Plum #D6A1CF

Tints of Plum #D6A1CF

Color information

#D6A1CF (or 0xD6A1CF) is unknown color: approx Plum. HEX triplet: D6, A1 and CF. RGB value is (214,161,207). Sum of RGB (Red+Green+Blue) = 214+161+207=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1CF is #295E30. Grayscale: #B5B5B5. Windows color (decimal): -2711089 or 13607382. OLE color: 13607382.

HSL color Cylindrical-coordinate representation of color #D6A1CF: hue angle of 307.92º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A1CF is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214161207-
CMYK00.250.030.16
HSL307.92º39.26%73.53%-
HSV(B)307.92º24.77%83.92%-
XYZ51.7444.2964.85-
YUV182.09142.06150.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 161 (63.28% from 255) = 27.66%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=36.77%
G=27.66%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416120700.250.030.16307.9239.2673.53
HexD6A1CF019310134274a
Octal32624131703132046447112
Binary11010110101000011100111101100111100001001101001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1CF; }

 p { color: rgb(214,161,207); }

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

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

 a { background-color: rgb(214,161,207); }

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

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

 span { border-color: rgb(214,161,207); }

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