#D297ED

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

Shades of Wisteria #D297ED

Tints of Wisteria #D297ED

Color information

#D297ED (or 0xD297ED) is unknown color: approx Wisteria. HEX triplet: D2, 97 and ED. RGB value is (210,151,237). Sum of RGB (Red+Green+Blue) = 210+151+237=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #D297ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297ED is #2D6812. Grayscale: #B2B2B2. Windows color (decimal): -2975763 or 15570898. OLE color: 15570898.

HSL color Cylindrical-coordinate representation of color #D297ED: hue angle of 281.16º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D297ED is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210151237-
CMYK0.110.3600.07
HSL281.16º70.49%76.08%-
HSV(B)281.16º36.29%92.94%-
XYZ52.9341.9585.43-
YUV178.44161.05150.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 151 (59.38% from 255) = 25.25%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=35.12%
G=25.25%
B=39.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101512370.110.3600.07281.1670.4976.08
HexD297EDB2407119464c
Octal322227355134407431106114
Binary1101001010010111111011011011100100011110001100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297ED; }

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

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

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

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

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

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

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

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