#D89CF1

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

Shades of Wisteria #D89CF1

Tints of Wisteria #D89CF1

Color information

#D89CF1 (or 0xD89CF1) is unknown color: approx Wisteria. HEX triplet: D8, 9C and F1. RGB value is (216,156,241). Sum of RGB (Red+Green+Blue) = 216+156+241=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #D89CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89CF1 is #27630E. Grayscale: #B7B7B7. Windows color (decimal): -2581263 or 15834328. OLE color: 15834328.

HSL color Cylindrical-coordinate representation of color #D89CF1: hue angle of 282.35º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D89CF1 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216156241-
CMYK0.100.3500.05
HSL282.35º75.22%77.84%-
HSV(B)282.35º35.27%94.51%-
XYZ56.0844.7388.9-
YUV183.63160.38151.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=35.24%
G=25.45%
B=39.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161562410.100.3500.05282.3575.2277.84
HexD89CF1A230511a4b4e
Octal330234361124305432113116
Binary1101100010011100111100011010100011010110001101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89CF1; }

 p { color: rgb(216,156,241); }

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

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

 a { background-color: rgb(216,156,241); }

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

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

 span { border-color: rgb(216,156,241); }

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