#D993F4

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

Shades of Wisteria #D993F4

Tints of Wisteria #D993F4

Color information

#D993F4 (or 0xD993F4) is unknown color: approx Wisteria. HEX triplet: D9, 93 and F4. RGB value is (217,147,244). Sum of RGB (Red+Green+Blue) = 217+147+244=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 147 (57.81% from 255 or 24.18% 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 #D993F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993F4 is #266C0B. Grayscale: #B2B2B2. Windows color (decimal): -2518028 or 16028633. OLE color: 16028633.

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

Color convert

RGB217147244-
CMYK0.110.4000.04
HSL283.3º81.51%76.67%-
HSV(B)283.3º39.75%95.69%-
XYZ55.3842.1590.81-
YUV178.99164.69155.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 147 (57.81% from 255) = 24.18%
BLUE value IS 244 (95.70% from 255) = 40.13%
R=35.69%
G=24.18%
B=40.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171472440.110.4000.04283.381.5176.67
HexD993F4B280411b524d
Octal331223364135004433122115
Binary1101100110010011111101001011101000010010001101110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D993F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D993F4; }

 p { color: rgb(217,147,244); }

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

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

 a { background-color: rgb(217,147,244); }

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

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

 span { border-color: rgb(217,147,244); }

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