#D09DE4

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

Shades of Wisteria #D09DE4

Tints of Wisteria #D09DE4

Color information

#D09DE4 (or 0xD09DE4) is unknown color: approx Wisteria. HEX triplet: D0, 9D and E4. RGB value is (208,157,228). Sum of RGB (Red+Green+Blue) = 208+157+228=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #D09DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DE4 is #2F621B. Grayscale: #B4B4B4. Windows color (decimal): -3105308 or 14982608. OLE color: 14982608.

HSL color Cylindrical-coordinate representation of color #D09DE4: hue angle of 283.1º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D09DE4 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB208157228-
CMYK0.090.3100.11
HSL283.1º56.8%75.49%-
HSV(B)283.1º31.14%89.41%-
XYZ52.0743.1378.98-
YUV180.34154.9147.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 228 (89.45% from 255) = 38.45%
R=35.08%
G=26.48%
B=38.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2081572280.090.3100.11283.156.875.49
HexD09DE491F0B11b394b
Octal320235344113701343371113
Binary110100001001110111100100100111111010111000110111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DE4; }

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

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

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

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

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

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

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

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