#D095E1

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

Shades of Wisteria #D095E1

Tints of Wisteria #D095E1

Color information

#D095E1 (or 0xD095E1) is unknown color: approx Wisteria. HEX triplet: D0, 95 and E1. RGB value is (208,149,225). Sum of RGB (Red+Green+Blue) = 208+149+225=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #D095E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095E1 is #2F6A1E. Grayscale: #AFAFAF. Windows color (decimal): -3107359 or 14783952. OLE color: 14783952.

HSL color Cylindrical-coordinate representation of color #D095E1: hue angle of 286.58º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D095E1 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208149225-
CMYK0.080.3400.12
HSL286.58º55.88%73.33%-
HSV(B)286.58º33.78%88.24%-
XYZ50.3540.3476.37-
YUV175.3156.05151.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=35.74%
G=25.60%
B=38.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081492250.080.3400.12286.5855.8873.33
HexD095E18220C11f3849
Octal320225341104201443770111
Binary1101000010010101111000011000100010011001000111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D095E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D095E1; }

 p { color: rgb(208,149,225); }

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

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

 a { background-color: rgb(208,149,225); }

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

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

 span { border-color: rgb(208,149,225); }

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