#D097DC

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

Shades of Wisteria #D097DC

Tints of Wisteria #D097DC

Color information

#D097DC (or 0xD097DC) is unknown color: approx Wisteria. HEX triplet: D0, 97 and DC. RGB value is (208,151,220). Sum of RGB (Red+Green+Blue) = 208+151+220=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #D097DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097DC is #2F6823. Grayscale: #AFAFAF. Windows color (decimal): -3106852 or 14456784. OLE color: 14456784.

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

Color convert

RGB208151220-
CMYK0.050.3100.14
HSL289.57º49.64%72.75%-
HSV(B)289.57º31.36%86.27%-
XYZ5040.7172.93-
YUV175.91152.88150.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.92%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=35.92%
G=26.08%
B=38.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081512200.050.3100.14289.5749.6472.75
HexD097DC51F0E1223249
Octal32022733453701644262111
Binary11010000100101111101110010111111011101001000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097DC; }

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

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

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

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

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

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

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

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