#D089E0

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

Shades of Wisteria #D089E0

Tints of Wisteria #D089E0

Color information

#D089E0 (or 0xD089E0) is unknown color: approx Wisteria. HEX triplet: D0, 89 and E0. RGB value is (208,137,224). Sum of RGB (Red+Green+Blue) = 208+137+224=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #D089E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089E0 is #2F761F. Grayscale: #A7A7A7. Windows color (decimal): -3110432 or 14715344. OLE color: 14715344.

HSL color Cylindrical-coordinate representation of color #D089E0: hue angle of 288.97º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D089E0 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208137224-
CMYK0.070.3900.12
HSL288.97º58.39%70.78%-
HSV(B)288.97º38.84%87.84%-
XYZ48.4136.6875.05-
YUV168.15159.52156.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 137 (53.91% from 255) = 24.08%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=36.56%
G=24.08%
B=39.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081372240.070.3900.12288.9758.3970.78
HexD089E07270C1213a47
Octal32021134074701444172107
Binary110100001000100111100000111100111011001001000011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D089E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D089E0; }

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

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

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

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

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

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

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

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