Html Css Color HEX #D09EE0 Wisteria

📋 copy color: '#D09EE0'

red 208 ◦ green 158 ◦ blue 224

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

Shades of Wisteria #D09EE0

Tints of Wisteria #D09EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 35.25%
G = 26.78%
B = 37.97%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D09EE0 (or 0xD09EE0) is known color: Wisteria. HEX triplet: D0, 9E and E0. RGB value is (208,158,224). Sum of RGB (Red+Green+Blue) = 208+158+224=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #D09EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EE0 is #2F611F. Grayscale: #B4B4B4. Windows color (decimal): -3105056 or 14720720. OLE color: 14720720.

HSL color Cylindrical-coordinate representation of color #D09EE0: hue angle of 285.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09EE0 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 158 224 -
CMYK 0.07 0.29 0 0.12
HSL 285.45º 0.52% 0.75% -
HSV(B) 285.45º 0.29% 0.88% -
XYZ 51.69 43.25 76.14 -
YUV 180.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 208 158 224 0.07 0.29 0 0.12 285.45 0.52 0.75
Hex D0 9E E0 7 1D 0 C 11D 34 4B
Octal 320 236 340 7 35 0 14 435 64 113
Binary 11010000 10011110 11100000 111 11101 0 1100 100011101 110100 1001011

Color Harmonies of #D09EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09EE0

Black with #D09EE0

Text Example


Text Example

White with #D09EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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