#D08ADF

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

Shades of Wisteria #D08ADF

Tints of Wisteria #D08ADF

Color information

#D08ADF (or 0xD08ADF) is unknown color: approx Wisteria. HEX triplet: D0, 8A and DF. RGB value is (208,138,223). Sum of RGB (Red+Green+Blue) = 208+138+223=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #D08ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ADF is #2F7520. Grayscale: #A8A8A8. Windows color (decimal): -3110177 or 14650064. OLE color: 14650064.

HSL color Cylindrical-coordinate representation of color #D08ADF: hue angle of 289.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D08ADF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208138223-
CMYK0.070.3800.13
HSL289.41º57.05%70.78%-
HSV(B)289.41º38.12%87.45%-
XYZ48.4236.9174.39-
YUV168.62158.69156.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 138 (54.30% from 255) = 24.25%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=36.56%
G=24.25%
B=39.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081382230.070.3800.13289.4157.0570.78
HexD08ADF7260D1213947
Octal32021233774601544171107
Binary110100001000101011011111111100110011011001000011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08ADF; }

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

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

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

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

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

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

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

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