#D999EB

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

Shades of Wisteria #D999EB

Tints of Wisteria #D999EB

Color information

#D999EB (or 0xD999EB) is unknown color: approx Wisteria. HEX triplet: D9, 99 and EB. RGB value is (217,153,235). Sum of RGB (Red+Green+Blue) = 217+153+235=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #D999EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D999EB is #266614. Grayscale: #B5B5B5. Windows color (decimal): -2516501 or 15440345. OLE color: 15440345.

HSL color Cylindrical-coordinate representation of color #D999EB: hue angle of 286.83º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D999EB is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217153235-
CMYK0.080.3500.08
HSL286.83º67.21%76.08%-
HSV(B)286.83º34.89%92.16%-
XYZ5543.5384.1-
YUV181.48158.2153.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.87%
GREEN value IS 153 (60.16% from 255) = 25.29%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=35.87%
G=25.29%
B=38.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171532350.080.3500.08286.8367.2176.08
HexD999EB8230811f434c
Octal3312313531043010437103114
Binary11011001100110011110101110001000110100010001111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999EB; }

 p { color: rgb(217,153,235); }

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

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

 a { background-color: rgb(217,153,235); }

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

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

 span { border-color: rgb(217,153,235); }

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