#D093F1

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

Shades of Wisteria #D093F1

Tints of Wisteria #D093F1

Color information

#D093F1 (or 0xD093F1) is unknown color: approx Wisteria. HEX triplet: D0, 93 and F1. RGB value is (208,147,241). Sum of RGB (Red+Green+Blue) = 208+147+241=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #D093F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093F1 is #2F6C0E. Grayscale: #AFAFAF. Windows color (decimal): -3107855 or 15832016. OLE color: 15832016.

HSL color Cylindrical-coordinate representation of color #D093F1: hue angle of 278.94º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D093F1 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208147241-
CMYK0.140.3900.05
HSL278.94º77.05%76.08%-
HSV(B)278.94º39%94.51%-
XYZ52.3240.6388.3-
YUV175.96164.71150.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 147 (57.81% from 255) = 24.66%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=34.90%
G=24.66%
B=40.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081472410.140.3900.05278.9477.0576.08
HexD093F1E27051174d4c
Octal320223361164705427115114
Binary1101000010010011111100011110100111010110001011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093F1; }

 p { color: rgb(208,147,241); }

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

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

 a { background-color: rgb(208,147,241); }

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

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

 span { border-color: rgb(208,147,241); }

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