#D092DC

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

Shades of Wisteria #D092DC

Tints of Wisteria #D092DC

Color information

#D092DC (or 0xD092DC) is unknown color: approx Wisteria. HEX triplet: D0, 92 and DC. RGB value is (208,146,220). Sum of RGB (Red+Green+Blue) = 208+146+220=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #D092DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092DC is #2F6D23. Grayscale: #ACACAC. Windows color (decimal): -3108132 or 14455504. OLE color: 14455504.

HSL color Cylindrical-coordinate representation of color #D092DC: hue angle of 290.27º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D092DC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208146220-
CMYK0.050.3400.14
HSL290.27º51.39%71.76%-
HSV(B)290.27º33.64%86.27%-
XYZ49.2139.1372.67-
YUV172.97154.54152.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.24%
GREEN value IS 146 (57.42% from 255) = 25.44%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=36.24%
G=25.44%
B=38.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081462200.050.3400.14290.2751.3971.76
HexD092DC5220E1223348
Octal32022233454201644263110
Binary110100001001001011011100101100010011101001000101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092DC; }

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

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

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

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

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

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

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

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