Html Css Color HEX #D091DA Wisteria

📋 copy color: '#D091DA'

red 208 ◦ green 145 ◦ blue 218

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

Shades of Wisteria #D091DA

Tints of Wisteria #D091DA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.39%

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 36.43%
G = 25.39%
B = 38.18%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D091DA (or 0xD091DA) is known color: Wisteria. HEX triplet: D0, 91 and DA. RGB value is (208,145,218). Sum of RGB (Red+Green+Blue) = 208+145+218=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #D091DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091DA is #2F6E25. Grayscale: #ABABAB. Windows color (decimal): -3108390 or 14324176. OLE color: 14324176.

HSL color Cylindrical-coordinate representation of color #D091DA: hue angle of 291.78º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D091DA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 145 218 -
CMYK 0.05 0.33 0 0.15
HSL 291.78º 0.5% 0.71% -
HSV(B) 291.78º 0.33% 0.85% -
XYZ 48.79 38.72 71.23 -
YUV 172.16 153.87 153.56 -
System Red Green Blue C M Y K H S L
Decimal 208 145 218 0.05 0.33 0 0.15 291.78 0.5 0.71
Hex D0 91 DA 5 21 0 F 124 32 47
Octal 320 221 332 5 41 0 17 444 62 107
Binary 11010000 10010001 11011010 101 100001 0 1111 100100100 110010 1000111

Color Harmonies of #D091DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091DA

Black with #D091DA

Text Example


Text Example

White with #D091DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091DA; }

 p { color: rgb(208,145,218); }

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

background-color css

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

 a { background-color: rgb(208,145,218); }

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

border-color css

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

 span { border-color: rgb(208,145,218); }

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