#D097DF

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

Shades of Wisteria #D097DF

Tints of Wisteria #D097DF

Color information

#D097DF (or 0xD097DF) is unknown color: approx Wisteria. HEX triplet: D0, 97 and DF. RGB value is (208,151,223). Sum of RGB (Red+Green+Blue) = 208+151+223=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #D097DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097DF is #2F6820. Grayscale: #B0B0B0. Windows color (decimal): -3106849 or 14653392. OLE color: 14653392.

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

Color convert

RGB208151223-
CMYK0.070.3200.13
HSL287.5º52.94%73.33%-
HSV(B)287.5º32.29%87.45%-
XYZ50.440.8775.04-
YUV176.25154.38150.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 151 (59.38% from 255) = 25.95%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=35.74%
G=25.95%
B=38.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081512230.070.3200.13287.552.9473.33
HexD097DF7200D1203549
Octal32022733774001544065111
Binary110100001001011111011111111100000011011001000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097DF; }

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

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

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

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

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

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

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

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