Html Css Color HEX #D09AE8 Wisteria

📋 copy color: '#D09AE8'

red 208 ◦ green 154 ◦ blue 232

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

Shades of Wisteria #D09AE8

Tints of Wisteria #D09AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.06%

R = 35.02%
G = 25.93%
B = 39.06%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D09AE8 (or 0xD09AE8) is known color: Wisteria. HEX triplet: D0, 9A and E8. RGB value is (208,154,232). Sum of RGB (Red+Green+Blue) = 208+154+232=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #D09AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AE8 is #2F6517. Grayscale: #B2B2B2. Windows color (decimal): -3106072 or 15243984. OLE color: 15243984.

HSL color Cylindrical-coordinate representation of color #D09AE8: hue angle of 281.54º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09AE8 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 154 232 -
CMYK 0.10 0.34 0 0.09
HSL 281.54º 0.63% 0.76% -
HSV(B) 281.54º 0.34% 0.91% -
XYZ 52.13 42.35 81.77 -
YUV 179.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 208 154 232 0.10 0.34 0 0.09 281.54 0.63 0.76
Hex D0 9A E8 A 22 0 9 11A 3F 4C
Octal 320 232 350 12 42 0 11 432 77 114
Binary 11010000 10011010 11101000 1010 100010 0 1001 100011010 111111 1001100

Color Harmonies of #D09AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09AE8

Black with #D09AE8

Text Example


Text Example

White with #D09AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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