Html Css Color HEX #D09BDA Wisteria

📋 copy color: '#D09BDA'

red 208 ◦ green 155 ◦ blue 218

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

Shades of Wisteria #D09BDA

Tints of Wisteria #D09BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.68%

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

R = 35.8%
G = 26.68%
B = 37.52%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D09BDA (or 0xD09BDA) is known color: Wisteria. HEX triplet: D0, 9B and DA. RGB value is (208,155,218). Sum of RGB (Red+Green+Blue) = 208+155+218=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #D09BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BDA is #2F6425. Grayscale: #B1B1B1. Windows color (decimal): -3105830 or 14326736. OLE color: 14326736.

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

Color convert

RGB 208 155 218 -
CMYK 0.05 0.29 0 0.15
HSL 290.48º 0.46% 0.73% -
HSV(B) 290.48º 0.29% 0.85% -
XYZ 50.39 41.91 71.76 -
YUV 178.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 208 155 218 0.05 0.29 0 0.15 290.48 0.46 0.73
Hex D0 9B DA 5 1D 0 F 122 2E 49
Octal 320 233 332 5 35 0 17 442 56 111
Binary 11010000 10011011 11011010 101 11101 0 1111 100100010 101110 1001001

Color Harmonies of #D09BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BDA

Black with #D09BDA

Text Example


Text Example

White with #D09BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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