#D092EB

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

Shades of Wisteria #D092EB

Tints of Wisteria #D092EB

Color information

#D092EB (or 0xD092EB) is unknown color: approx Wisteria. HEX triplet: D0, 92 and EB. RGB value is (208,146,235). Sum of RGB (Red+Green+Blue) = 208+146+235=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #D092EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D092EB is #2F6D14. Grayscale: #AEAEAE. Windows color (decimal): -3108117 or 15438544. OLE color: 15438544.

HSL color Cylindrical-coordinate representation of color #D092EB: hue angle of 281.8º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D092EB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208146235-
CMYK0.110.3800.08
HSL281.8º68.99%74.71%-
HSV(B)281.8º37.87%92.16%-
XYZ51.2939.9783.61-
YUV174.68162.04151.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 146 (57.42% from 255) = 24.79%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=35.31%
G=24.79%
B=39.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081462350.110.3800.08281.868.9974.71
HexD092EBB260811a454b
Octal3202223531346010432105113
Binary11010000100100101110101110111001100100010001101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092EB; }

 p { color: rgb(208,146,235); }

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

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

 a { background-color: rgb(208,146,235); }

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

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

 span { border-color: rgb(208,146,235); }

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