#D09DE0

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

Shades of Wisteria #D09DE0

Tints of Wisteria #D09DE0

Color information

#D09DE0 (or 0xD09DE0) is unknown color: approx Wisteria. HEX triplet: D0, 9D and E0. RGB value is (208,157,224). Sum of RGB (Red+Green+Blue) = 208+157+224=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #D09DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DE0 is #2F621F. Grayscale: #B3B3B3. Windows color (decimal): -3105312 or 14720464. OLE color: 14720464.

HSL color Cylindrical-coordinate representation of color #D09DE0: hue angle of 285.67º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09DE0 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208157224-
CMYK0.070.3000.12
HSL285.67º51.94%74.71%-
HSV(B)285.67º29.91%87.84%-
XYZ51.5242.9176.09-
YUV179.89152.9148.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=35.31%
G=26.66%
B=38.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081572240.070.3000.12285.6751.9474.71
HexD09DE071E0C11e344b
Octal32023534073601443664113
Binary11010000100111011110000011111110011001000111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DE0; }

 p { color: rgb(208,157,224); }

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

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

 a { background-color: rgb(208,157,224); }

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

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

 span { border-color: rgb(208,157,224); }

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