Html Css Color HEX #D09BDD Wisteria

📋 copy color: '#D09BDD'

red 208 ◦ green 155 ◦ blue 221

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

Shades of Wisteria #D09BDD

Tints of Wisteria #D09BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 35.62%
G = 26.54%
B = 37.84%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D09BDD (or 0xD09BDD) is known color: Wisteria. HEX triplet: D0, 9B and DD. RGB value is (208,155,221). Sum of RGB (Red+Green+Blue) = 208+155+221=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D09BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BDD is #2F6422. Grayscale: #B2B2B2. Windows color (decimal): -3105827 or 14523344. OLE color: 14523344.

HSL color Cylindrical-coordinate representation of color #D09BDD: hue angle of 288.18º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09BDD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 155 221 -
CMYK 0.06 0.30 0 0.13
HSL 288.18º 0.49% 0.74% -
HSV(B) 288.18º 0.3% 0.87% -
XYZ 50.78 42.07 73.85 -
YUV 178.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 208 155 221 0.06 0.30 0 0.13 288.18 0.49 0.74
Hex D0 9B DD 6 1E 0 D 120 31 4A
Octal 320 233 335 6 36 0 15 440 61 112
Binary 11010000 10011011 11011101 110 11110 0 1101 100100000 110001 1001010

Color Harmonies of #D09BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BDD

Black with #D09BDD

Text Example


Text Example

White with #D09BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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