Html Css Color HEX #D094DB Wisteria

📋 copy color: '#D094DB'

red 208 ◦ green 148 ◦ blue 219

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

Shades of Wisteria #D094DB

Tints of Wisteria #D094DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 36.17%
G = 25.74%
B = 38.09%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D094DB (or 0xD094DB) is known color: Wisteria. HEX triplet: D0, 94 and DB. RGB value is (208,148,219). Sum of RGB (Red+Green+Blue) = 208+148+219=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #D094DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094DB is #2F6B24. Grayscale: #ADADAD. Windows color (decimal): -3107621 or 14390480. OLE color: 14390480.

HSL color Cylindrical-coordinate representation of color #D094DB: hue angle of 290.7º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D094DB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 148 219 -
CMYK 0.05 0.32 0 0.14
HSL 290.7º 0.5% 0.72% -
HSV(B) 290.7º 0.32% 0.86% -
XYZ 49.39 39.7 72.08 -
YUV 174.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 208 148 219 0.05 0.32 0 0.14 290.7 0.5 0.72
Hex D0 94 DB 5 20 0 E 123 32 48
Octal 320 224 333 5 40 0 16 443 62 110
Binary 11010000 10010100 11011011 101 100000 0 1110 100100011 110010 1001000

Color Harmonies of #D094DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094DB

Black with #D094DB

Text Example


Text Example

White with #D094DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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