#D08DDB

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

Shades of Wisteria #D08DDB

Tints of Wisteria #D08DDB

Color information

#D08DDB (or 0xD08DDB) is unknown color: approx Wisteria. HEX triplet: D0, 8D and DB. RGB value is (208,141,219). Sum of RGB (Red+Green+Blue) = 208+141+219=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #D08DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DDB is #2F7224. Grayscale: #A9A9A9. Windows color (decimal): -3109413 or 14388688. OLE color: 14388688.

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

Color convert

RGB208141219-
CMYK0.050.3600.14
HSL291.54º52%70.59%-
HSV(B)291.54º35.62%85.88%-
XYZ48.3237.5771.72-
YUV169.92155.7155.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=36.62%
G=24.82%
B=38.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081412190.050.3600.14291.545270.59
HexD08DDB5240E1243447
Octal32021533354401644464107
Binary110100001000110111011011101100100011101001001001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DDB; }

 p { color: rgb(208,141,219); }

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

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

 a { background-color: rgb(208,141,219); }

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

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

 span { border-color: rgb(208,141,219); }

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