#D094DC

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

Shades of Wisteria #D094DC

Tints of Wisteria #D094DC

Color information

#D094DC (or 0xD094DC) is unknown color: approx Wisteria. HEX triplet: D0, 94 and DC. RGB value is (208,148,220). Sum of RGB (Red+Green+Blue) = 208+148+220=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #D094DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094DC is #2F6B23. Grayscale: #ADADAD. Windows color (decimal): -3107620 or 14456016. OLE color: 14456016.

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

Color convert

RGB208148220-
CMYK0.050.3300.14
HSL290º50.7%72.16%-
HSV(B)290º32.73%86.27%-
XYZ49.5239.7672.77-
YUV174.15153.88152.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.11%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=36.11%
G=25.69%
B=38.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081482200.050.3300.1429050.772.16
HexD094DC5210E1223348
Octal32022433454101644263110
Binary110100001001010011011100101100001011101001000101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094DC; }

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

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

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

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

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

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

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

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