Html Css Color HEX #D094E5 Wisteria

📋 copy color: '#D094E5'

red 208 ◦ green 148 ◦ blue 229

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

Shades of Wisteria #D094E5

Tints of Wisteria #D094E5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.3%

 BLUE value IS 229 (89.84% from 255) = 39.15%

R = 35.56%
G = 25.3%
B = 39.15%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D094E5 (or 0xD094E5) is known color: Wisteria. HEX triplet: D0, 94 and E5. RGB value is (208,148,229). Sum of RGB (Red+Green+Blue) = 208+148+229=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #D094E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094E5 is #2F6B1A. Grayscale: #AEAEAE. Windows color (decimal): -3107611 or 15045840. OLE color: 15045840.

HSL color Cylindrical-coordinate representation of color #D094E5: hue angle of 284.44º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D094E5 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 148 229 -
CMYK 0.09 0.35 0 0.10
HSL 284.44º 0.61% 0.74% -
HSV(B) 284.44º 0.35% 0.9% -
XYZ 50.75 40.25 79.22 -
YUV 175.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 208 148 229 0.09 0.35 0 0.10 284.44 0.61 0.74
Hex D0 94 E5 9 23 0 A 11C 3D 4A
Octal 320 224 345 11 43 0 12 434 75 112
Binary 11010000 10010100 11100101 1001 100011 0 1010 100011100 111101 1001010

Color Harmonies of #D094E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094E5

Black with #D094E5

Text Example


Text Example

White with #D094E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094E5; }

 p { color: rgb(208,148,229); }

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

background-color css

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

 a { background-color: rgb(208,148,229); }

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

border-color css

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

 span { border-color: rgb(208,148,229); }

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