#D092DF

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

Shades of Wisteria #D092DF

Tints of Wisteria #D092DF

Color information

#D092DF (or 0xD092DF) is unknown color: approx Wisteria. HEX triplet: D0, 92 and DF. RGB value is (208,146,223). Sum of RGB (Red+Green+Blue) = 208+146+223=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #D092DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092DF is #2F6D20. Grayscale: #ADADAD. Windows color (decimal): -3108129 or 14652112. OLE color: 14652112.

HSL color Cylindrical-coordinate representation of color #D092DF: hue angle of 288.31º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D092DF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208146223-
CMYK0.070.3500.13
HSL288.31º54.61%72.35%-
HSV(B)288.31º34.53%87.45%-
XYZ49.6139.374.78-
YUV173.32156.04152.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.05%
GREEN value IS 146 (57.42% from 255) = 25.30%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=36.05%
G=25.30%
B=38.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081462230.070.3500.13288.3154.6172.35
HexD092DF7230D1203748
Octal32022233774301544067110
Binary110100001001001011011111111100011011011001000001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092DF; }

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

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

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

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

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

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

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

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