Html Css Color HEX #D09BEA Wisteria

📋 copy color: '#D09BEA'

red 208 ◦ green 155 ◦ blue 234

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

Shades of Wisteria #D09BEA

Tints of Wisteria #D09BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.2%

R = 34.84%
G = 25.96%
B = 39.2%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D09BEA (or 0xD09BEA) is known color: Wisteria. HEX triplet: D0, 9B and EA. RGB value is (208,155,234). Sum of RGB (Red+Green+Blue) = 208+155+234=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #D09BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BEA is #2F6415. Grayscale: #B3B3B3. Windows color (decimal): -3105814 or 15375312. OLE color: 15375312.

HSL color Cylindrical-coordinate representation of color #D09BEA: hue angle of 280.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09BEA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 155 234 -
CMYK 0.11 0.34 0 0.08
HSL 280.25º 0.65% 0.76% -
HSV(B) 280.25º 0.34% 0.92% -
XYZ 52.59 42.79 83.33 -
YUV 179.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 208 155 234 0.11 0.34 0 0.08 280.25 0.65 0.76
Hex D0 9B EA B 22 0 8 118 41 4C
Octal 320 233 352 13 42 0 10 430 101 114
Binary 11010000 10011011 11101010 1011 100010 0 1000 100011000 1000001 1001100

Color Harmonies of #D09BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BEA

Black with #D09BEA

Text Example


Text Example

White with #D09BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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