#D09CDF

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

Shades of Wisteria #D09CDF

Tints of Wisteria #D09CDF

Color information

#D09CDF (or 0xD09CDF) is unknown color: approx Wisteria. HEX triplet: D0, 9C and DF. RGB value is (208,156,223). Sum of RGB (Red+Green+Blue) = 208+156+223=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #D09CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CDF is #2F6320. Grayscale: #B2B2B2. Windows color (decimal): -3105569 or 14654672. OLE color: 14654672.

HSL color Cylindrical-coordinate representation of color #D09CDF: hue angle of 286.57º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09CDF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208156223-
CMYK0.070.3000.13
HSL286.57º51.15%74.31%-
HSV(B)286.57º30.04%87.45%-
XYZ51.2242.5175.32-
YUV179.19152.73148.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=35.43%
G=26.58%
B=37.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081562230.070.3000.13286.5751.1574.31
HexD09CDF71E0D11f334a
Octal32023433773601543763112
Binary11010000100111001101111111111110011011000111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CDF; }

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

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

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

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

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

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

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

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