#D994F1

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

Shades of Wisteria #D994F1

Tints of Wisteria #D994F1

Color information

#D994F1 (or 0xD994F1) is unknown color: approx Wisteria. HEX triplet: D9, 94 and F1. RGB value is (217,148,241). Sum of RGB (Red+Green+Blue) = 217+148+241=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #D994F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994F1 is #266B0E. Grayscale: #B2B2B2. Windows color (decimal): -2517775 or 15832281. OLE color: 15832281.

HSL color Cylindrical-coordinate representation of color #D994F1: hue angle of 284.52º 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 #D994F1 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217148241-
CMYK0.100.3900.05
HSL284.52º76.86%76.27%-
HSV(B)284.52º38.59%94.51%-
XYZ55.0842.2888.48-
YUV179.23162.86154.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 148 (58.20% from 255) = 24.42%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=35.81%
G=24.42%
B=39.77%

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
Decimal2171482410.100.3900.05284.5276.8676.27
HexD994F1A270511d4d4c
Octal331224361124705435115114
Binary1101100110010100111100011010100111010110001110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994F1; }

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

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

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

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

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

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

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

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