#D090DA

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

Shades of Wisteria #D090DA

Tints of Wisteria #D090DA

Color information

#D090DA (or 0xD090DA) is unknown color: approx Wisteria. HEX triplet: D0, 90 and DA. RGB value is (208,144,218). Sum of RGB (Red+Green+Blue) = 208+144+218=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #D090DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090DA is #2F6F25. Grayscale: #ABABAB. Windows color (decimal): -3108646 or 14323920. OLE color: 14323920.

HSL color Cylindrical-coordinate representation of color #D090DA: hue angle of 291.89º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D090DA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208144218-
CMYK0.050.3400.15
HSL291.89º50%70.98%-
HSV(B)291.89º33.94%85.49%-
XYZ48.6438.4271.18-
YUV171.57154.2153.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 144 (56.64% from 255) = 25.26%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=36.49%
G=25.26%
B=38.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081442180.050.3400.15291.895070.98
HexD090DA5220F1243247
Octal32022033254201744462107
Binary110100001001000011011010101100010011111001001001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090DA; }

 p { color: rgb(208,144,218); }

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

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

 a { background-color: rgb(208,144,218); }

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

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

 span { border-color: rgb(208,144,218); }

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