Html Css Color HEX #D094EA Wisteria

📋 copy color: '#D094EA'

red 208 ◦ green 148 ◦ blue 234

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

Shades of Wisteria #D094EA

Tints of Wisteria #D094EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 35.25%
G = 25.08%
B = 39.66%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D094EA (or 0xD094EA) is known color: Wisteria. HEX triplet: D0, 94 and EA. RGB value is (208,148,234). Sum of RGB (Red+Green+Blue) = 208+148+234=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #D094EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D094EA is #2F6B15. Grayscale: #AFAFAF. Windows color (decimal): -3107606 or 15373520. OLE color: 15373520.

HSL color Cylindrical-coordinate representation of color #D094EA: hue angle of 281.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D094EA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 148 234 -
CMYK 0.11 0.37 0 0.08
HSL 281.86º 0.67% 0.75% -
HSV(B) 281.86º 0.37% 0.92% -
XYZ 51.45 40.53 82.95 -
YUV 175.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 208 148 234 0.11 0.37 0 0.08 281.86 0.67 0.75
Hex D0 94 EA B 25 0 8 11A 43 4B
Octal 320 224 352 13 45 0 10 432 103 113
Binary 11010000 10010100 11101010 1011 100101 0 1000 100011010 1000011 1001011

Color Harmonies of #D094EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094EA

Black with #D094EA

Text Example


Text Example

White with #D094EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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