#D894F1

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

Shades of Wisteria #D894F1

Tints of Wisteria #D894F1

Color information

#D894F1 (or 0xD894F1) is unknown color: approx Wisteria. HEX triplet: D8, 94 and F1. RGB value is (216,148,241). Sum of RGB (Red+Green+Blue) = 216+148+241=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #D894F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894F1 is #276B0E. Grayscale: #B2B2B2. Windows color (decimal): -2583311 or 15832280. OLE color: 15832280.

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

Color convert

RGB216148241-
CMYK0.100.3900.05
HSL283.87º76.86%76.27%-
HSV(B)283.87º38.59%94.51%-
XYZ54.7942.1388.46-
YUV178.93163.03154.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.70%
GREEN value IS 148 (58.20% from 255) = 24.46%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=35.70%
G=24.46%
B=39.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161482410.100.3900.05283.8776.8676.27
HexD894F1A270511c4d4c
Octal330224361124705434115114
Binary1101100010010100111100011010100111010110001110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894F1; }

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

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

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

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

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

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

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

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