Html Css Color HEX #D094DF Wisteria

📋 copy color: '#D094DF'

red 208 ◦ green 148 ◦ blue 223

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

Shades of Wisteria #D094DF

Tints of Wisteria #D094DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 35.92%
G = 25.56%
B = 38.51%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D094DF (or 0xD094DF) is known color: Wisteria. HEX triplet: D0, 94 and DF. RGB value is (208,148,223). Sum of RGB (Red+Green+Blue) = 208+148+223=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #D094DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094DF is #2F6B20. Grayscale: #AEAEAE. Windows color (decimal): -3107617 or 14652624. OLE color: 14652624.

HSL color Cylindrical-coordinate representation of color #D094DF: hue angle of 288º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D094DF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 148 223 -
CMYK 0.07 0.34 0 0.13
HSL 288º 0.54% 0.73% -
HSV(B) 288º 0.34% 0.87% -
XYZ 49.92 39.92 74.89 -
YUV 174.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 208 148 223 0.07 0.34 0 0.13 288 0.54 0.73
Hex D0 94 DF 7 22 0 D 120 36 49
Octal 320 224 337 7 42 0 15 440 66 111
Binary 11010000 10010100 11011111 111 100010 0 1101 100100000 110110 1001001

Color Harmonies of #D094DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094DF

Black with #D094DF

Text Example


Text Example

White with #D094DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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