Html Css Color HEX #D094E0 Wisteria

📋 copy color: '#D094E0'

red 208 ◦ green 148 ◦ blue 224

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

Shades of Wisteria #D094E0

Tints of Wisteria #D094E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.62%

R = 35.86%
G = 25.52%
B = 38.62%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D094E0 (or 0xD094E0) is known color: Wisteria. HEX triplet: D0, 94 and E0. RGB value is (208,148,224). Sum of RGB (Red+Green+Blue) = 208+148+224=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #D094E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094E0 is #2F6B1F. Grayscale: #AEAEAE. Windows color (decimal): -3107616 or 14718160. OLE color: 14718160.

HSL color Cylindrical-coordinate representation of color #D094E0: hue angle of 287.37º degrees, saturation: 0.55, 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 #D094E0 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 148 224 -
CMYK 0.07 0.34 0 0.12
HSL 287.37º 0.55% 0.73% -
HSV(B) 287.37º 0.34% 0.88% -
XYZ 50.06 39.97 75.6 -
YUV 174.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 208 148 224 0.07 0.34 0 0.12 287.37 0.55 0.73
Hex D0 94 E0 7 22 0 C 11F 37 49
Octal 320 224 340 7 42 0 14 437 67 111
Binary 11010000 10010100 11100000 111 100010 0 1100 100011111 110111 1001001

Color Harmonies of #D094E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094E0

Black with #D094E0

Text Example


Text Example

White with #D094E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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