Html Css Color HEX #D093E2 Wisteria

📋 copy color: '#D093E2'

red 208 ◦ green 147 ◦ blue 226

#D093E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #D093E2

Tints of Wisteria #D093E2

RGB

 RED value IS 208 (81.64% from 255) = 35.8%

 GREEN value IS 147 (57.81% from 255) = 25.3%

 BLUE value IS 226 (88.67% from 255) = 38.9%

R = 35.8%
G = 25.3%
B = 38.9%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D093E2 (or 0xD093E2) is known color: Wisteria. HEX triplet: D0, 93 and E2. RGB value is (208,147,226). Sum of RGB (Red+Green+Blue) = 208+147+226=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #D093E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093E2 is #2F6C1D. Grayscale: #ADADAD. Windows color (decimal): -3107870 or 14848976. OLE color: 14848976.

HSL color Cylindrical-coordinate representation of color #D093E2: hue angle of 286.33º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D093E2 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 147 226 -
CMYK 0.08 0.35 0 0.11
HSL 286.33º 0.58% 0.73% -
HSV(B) 286.33º 0.35% 0.89% -
XYZ 50.17 39.77 76.98 -
YUV 174.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 208 147 226 0.08 0.35 0 0.11 286.33 0.58 0.73
Hex D0 93 E2 8 23 0 B 11E 3A 49
Octal 320 223 342 10 43 0 13 436 72 111
Binary 11010000 10010011 11100010 1000 100011 0 1011 100011110 111010 1001001

Color Harmonies of #D093E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093E2

Black with #D093E2

Text Example


Text Example

White with #D093E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093E2; }

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

 H1.HeaderClassName
 {
   color: #D093E2;
 }
 .AnyTagClassName
 {
   color: #D093E2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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