Html Css Color HEX #D09EE1 Wisteria

📋 copy color: '#D09EE1'

red 208 ◦ green 158 ◦ blue 225

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

Shades of Wisteria #D09EE1

Tints of Wisteria #D09EE1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.73%

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

R = 35.19%
G = 26.73%
B = 38.07%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D09EE1 (or 0xD09EE1) is known color: Wisteria. HEX triplet: D0, 9E and E1. RGB value is (208,158,225). Sum of RGB (Red+Green+Blue) = 208+158+225=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #D09EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EE1 is #2F611E. Grayscale: #B4B4B4. Windows color (decimal): -3105055 or 14786256. OLE color: 14786256.

HSL color Cylindrical-coordinate representation of color #D09EE1: hue angle of 284.78º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09EE1 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 158 225 -
CMYK 0.08 0.30 0 0.12
HSL 284.78º 0.53% 0.75% -
HSV(B) 284.78º 0.3% 0.88% -
XYZ 51.83 43.3 76.86 -
YUV 180.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 208 158 225 0.08 0.30 0 0.12 284.78 0.53 0.75
Hex D0 9E E1 8 1E 0 C 11D 35 4B
Octal 320 236 341 10 36 0 14 435 65 113
Binary 11010000 10011110 11100001 1000 11110 0 1100 100011101 110101 1001011

Color Harmonies of #D09EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09EE1

Black with #D09EE1

Text Example


Text Example

White with #D09EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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