#D097E0

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

Shades of Wisteria #D097E0

Tints of Wisteria #D097E0

Color information

#D097E0 (or 0xD097E0) is unknown color: approx Wisteria. HEX triplet: D0, 97 and E0. RGB value is (208,151,224). Sum of RGB (Red+Green+Blue) = 208+151+224=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #D097E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097E0 is #2F681F. Grayscale: #B0B0B0. Windows color (decimal): -3106848 or 14718928. OLE color: 14718928.

HSL color Cylindrical-coordinate representation of color #D097E0: hue angle of 286.85º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D097E0 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208151224-
CMYK0.070.3300.12
HSL286.85º54.07%73.53%-
HSV(B)286.85º32.59%87.84%-
XYZ50.5340.9275.76-
YUV176.36154.88150.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=35.68%
G=25.90%
B=38.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081512240.070.3300.12286.8554.0773.53
HexD097E07210C11f364a
Octal32022734074101443766112
Binary110100001001011111100000111100001011001000111111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097E0; }

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

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

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

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

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

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

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

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