#D99DEA

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

Shades of Wisteria #D99DEA

Tints of Wisteria #D99DEA

Color information

#D99DEA (or 0xD99DEA) is unknown color: approx Wisteria. HEX triplet: D9, 9D and EA. RGB value is (217,157,234). Sum of RGB (Red+Green+Blue) = 217+157+234=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #D99DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DEA is #266215. Grayscale: #B7B7B7. Windows color (decimal): -2515478 or 15375833. OLE color: 15375833.

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

Color convert

RGB217157234-
CMYK0.070.3300.08
HSL286.75º64.71%76.67%-
HSV(B)286.75º32.91%91.76%-
XYZ55.5244.8183.56-
YUV183.72156.38151.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 157 (61.72% from 255) = 25.82%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=35.69%
G=25.82%
B=38.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171572340.070.3300.08286.7564.7176.67
HexD99DEA7210811f414d
Octal331235352741010437101115
Binary1101100110011101111010101111000010100010001111110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DEA; }

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

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

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

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

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

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

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

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