#D499EB

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

Shades of Wisteria #D499EB

Tints of Wisteria #D499EB

Color information

#D499EB (or 0xD499EB) is unknown color: approx Wisteria. HEX triplet: D4, 99 and EB. RGB value is (212,153,235). Sum of RGB (Red+Green+Blue) = 212+153+235=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #D499EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D499EB is #2B6614. Grayscale: #B3B3B3. Windows color (decimal): -2844181 or 15440340. OLE color: 15440340.

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

Color convert

RGB212153235-
CMYK0.100.3500.08
HSL283.17º67.21%76.08%-
HSV(B)283.17º34.89%92.16%-
XYZ53.5442.7884.03-
YUV179.99159.05150.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 153 (60.16% from 255) = 25.5%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=35.33%
G=25.5%
B=39.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121532350.100.3500.08283.1767.2176.08
HexD499EBA230811b434c
Octal3242313531243010433103114
Binary11010100100110011110101110101000110100010001101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D499EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D499EB; }

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

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

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

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

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

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

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

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