#D08FDB

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

Shades of Wisteria #D08FDB

Tints of Wisteria #D08FDB

Color information

#D08FDB (or 0xD08FDB) is unknown color: approx Wisteria. HEX triplet: D0, 8F and DB. RGB value is (208,143,219). Sum of RGB (Red+Green+Blue) = 208+143+219=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D08FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FDB is #2F7024. Grayscale: #AAAAAA. Windows color (decimal): -3108901 or 14389200. OLE color: 14389200.

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

Color convert

RGB208143219-
CMYK0.050.3500.14
HSL291.32º51.35%70.98%-
HSV(B)291.32º34.7%85.88%-
XYZ48.6238.1771.82-
YUV171.1155.03154.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=36.49%
G=25.09%
B=38.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081432190.050.3500.14291.3251.3570.98
HexD08FDB5230E1233347
Octal32021733354301644363107
Binary110100001000111111011011101100011011101001000111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FDB; }

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

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

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

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

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

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

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

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