#D092DD

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

Shades of Wisteria #D092DD

Tints of Wisteria #D092DD

Color information

#D092DD (or 0xD092DD) is unknown color: approx Wisteria. HEX triplet: D0, 92 and DD. RGB value is (208,146,221). Sum of RGB (Red+Green+Blue) = 208+146+221=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D092DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092DD is #2F6D22. Grayscale: #ACACAC. Windows color (decimal): -3108131 or 14521040. OLE color: 14521040.

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

Color convert

RGB208146221-
CMYK0.060.3400.13
HSL289.6º52.45%71.96%-
HSV(B)289.6º33.94%86.67%-
XYZ49.3439.1973.37-
YUV173.09155.04152.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 146 (57.42% from 255) = 25.39%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=36.17%
G=25.39%
B=38.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081462210.060.3400.13289.652.4571.96
HexD092DD6220D1223448
Octal32022233564201544264110
Binary110100001001001011011101110100010011011001000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092DD; }

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

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

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

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

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

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

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

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