Html Css Color HEX #D09AE1 Wisteria

📋 copy color: '#D09AE1'

red 208 ◦ green 154 ◦ blue 225

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

Shades of Wisteria #D09AE1

Tints of Wisteria #D09AE1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.24%

 BLUE value IS 225 (88.28% from 255) = 38.33%

R = 35.43%
G = 26.24%
B = 38.33%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D09AE1 (or 0xD09AE1) is known color: Wisteria. HEX triplet: D0, 9A and E1. RGB value is (208,154,225). Sum of RGB (Red+Green+Blue) = 208+154+225=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #D09AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09AE1 is #2F651E. Grayscale: #B2B2B2. Windows color (decimal): -3106079 or 14785232. OLE color: 14785232.

HSL color Cylindrical-coordinate representation of color #D09AE1: hue angle of 285.63º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D09AE1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 154 225 -
CMYK 0.08 0.32 0 0.12
HSL 285.63º 0.54% 0.74% -
HSV(B) 285.63º 0.32% 0.88% -
XYZ 51.16 41.96 76.64 -
YUV 178.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 208 154 225 0.08 0.32 0 0.12 285.63 0.54 0.74
Hex D0 9A E1 8 20 0 C 11E 36 4A
Octal 320 232 341 10 40 0 14 436 66 112
Binary 11010000 10011010 11100001 1000 100000 0 1100 100011110 110110 1001010

Color Harmonies of #D09AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09AE1

Black with #D09AE1

Text Example


Text Example

White with #D09AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09AE1; }

 p { color: rgb(208,154,225); }

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

background-color css

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

 a { background-color: rgb(208,154,225); }

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

border-color css

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

 span { border-color: rgb(208,154,225); }

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