Html Css Color HEX #D09BDC Wisteria

📋 copy color: '#D09BDC'

red 208 ◦ green 155 ◦ blue 220

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

Shades of Wisteria #D09BDC

Tints of Wisteria #D09BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 35.68%
G = 26.59%
B = 37.74%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D09BDC (or 0xD09BDC) is known color: Wisteria. HEX triplet: D0, 9B and DC. RGB value is (208,155,220). Sum of RGB (Red+Green+Blue) = 208+155+220=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #D09BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BDC is #2F6423. Grayscale: #B2B2B2. Windows color (decimal): -3105828 or 14457808. OLE color: 14457808.

HSL color Cylindrical-coordinate representation of color #D09BDC: hue angle of 288.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09BDC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 155 220 -
CMYK 0.05 0.30 0 0.14
HSL 288.92º 0.48% 0.74% -
HSV(B) 288.92º 0.3% 0.86% -
XYZ 50.65 42.02 73.15 -
YUV 178.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 208 155 220 0.05 0.30 0 0.14 288.92 0.48 0.74
Hex D0 9B DC 5 1E 0 E 121 30 4A
Octal 320 233 334 5 36 0 16 441 60 112
Binary 11010000 10011011 11011100 101 11110 0 1110 100100001 110000 1001010

Color Harmonies of #D09BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BDC

Black with #D09BDC

Text Example


Text Example

White with #D09BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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