#D894F4

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

Shades of Wisteria #D894F4

Tints of Wisteria #D894F4

Color information

#D894F4 (or 0xD894F4) is unknown color: approx Wisteria. HEX triplet: D8, 94 and F4. RGB value is (216,148,244). Sum of RGB (Red+Green+Blue) = 216+148+244=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #D894F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894F4 is #276B0B. Grayscale: #B2B2B2. Windows color (decimal): -2583308 or 16028888. OLE color: 16028888.

HSL color Cylindrical-coordinate representation of color #D894F4: hue angle of 282.5º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D894F4 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB216148244-
CMYK0.110.3900.04
HSL282.5º81.36%76.86%-
HSV(B)282.5º39.34%95.69%-
XYZ55.2442.3190.84-
YUV179.28164.53154.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.53%
GREEN value IS 148 (58.20% from 255) = 24.34%
BLUE value IS 244 (95.70% from 255) = 40.13%
R=35.53%
G=24.34%
B=40.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2161482440.110.3900.04282.581.3676.86
HexD894F4B270411a514d
Octal330224364134704432121115
Binary1101100010010100111101001011100111010010001101010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894F4; }

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

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

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

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

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

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

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

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