#D297DF

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

Shades of Wisteria #D297DF

Tints of Wisteria #D297DF

Color information

#D297DF (or 0xD297DF) is unknown color: approx Wisteria. HEX triplet: D2, 97 and DF. RGB value is (210,151,223). Sum of RGB (Red+Green+Blue) = 210+151+223=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #D297DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297DF is #2D6820. Grayscale: #B0B0B0. Windows color (decimal): -2975777 or 14653394. OLE color: 14653394.

HSL color Cylindrical-coordinate representation of color #D297DF: hue angle of 289.17º 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 #D297DF is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210151223-
CMYK0.060.3200.13
HSL289.17º52.94%73.33%-
HSV(B)289.17º32.29%87.45%-
XYZ50.9641.1675.07-
YUV176.85154.05151.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.96%
GREEN value IS 151 (59.38% from 255) = 25.86%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=35.96%
G=25.86%
B=38.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101512230.060.3200.13289.1752.9473.33
HexD297DF6200D1213549
Octal32222733764001544165111
Binary110100101001011111011111110100000011011001000011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297DF; }

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

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

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

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

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

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

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

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