#D99FEA

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

Shades of Wisteria #D99FEA

Tints of Wisteria #D99FEA

Color information

#D99FEA (or 0xD99FEA) is unknown color: approx Wisteria. HEX triplet: D9, 9F and EA. RGB value is (217,159,234). Sum of RGB (Red+Green+Blue) = 217+159+234=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #D99FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FEA is #266015. Grayscale: #B8B8B8. Windows color (decimal): -2514966 or 15376345. OLE color: 15376345.

HSL color Cylindrical-coordinate representation of color #D99FEA: hue angle of 286.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99FEA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217159234-
CMYK0.070.3200.08
HSL286.4º64.1%77.06%-
HSV(B)286.4º32.05%91.76%-
XYZ55.8645.4983.68-
YUV184.89155.72150.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.57%
GREEN value IS 159 (62.5% from 255) = 26.07%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=35.57%
G=26.07%
B=38.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171592340.070.3200.08286.464.177.06
HexD99FEA7200811e404d
Octal331237352740010436100115
Binary1101100110011111111010101111000000100010001111010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FEA; }

 p { color: rgb(217,159,234); }

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

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

 a { background-color: rgb(217,159,234); }

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

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

 span { border-color: rgb(217,159,234); }

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