Html Css Color HEX #D09EEA Wisteria

📋 copy color: '#D09EEA'

red 208 ◦ green 158 ◦ blue 234

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

Shades of Wisteria #D09EEA

Tints of Wisteria #D09EEA

RGB

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

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

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

R = 34.67%
G = 26.33%
B = 39%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D09EEA (or 0xD09EEA) is known color: Wisteria. HEX triplet: D0, 9E and EA. RGB value is (208,158,234). Sum of RGB (Red+Green+Blue) = 208+158+234=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #D09EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EEA is #2F6115. Grayscale: #B5B5B5. Windows color (decimal): -3105046 or 15376080. OLE color: 15376080.

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

Color convert

RGB 208 158 234 -
CMYK 0.11 0.32 0 0.08
HSL 279.47º 0.64% 0.77% -
HSV(B) 279.47º 0.32% 0.92% -
XYZ 53.09 43.8 83.5 -
YUV 181.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 208 158 234 0.11 0.32 0 0.08 279.47 0.64 0.77
Hex D0 9E EA B 20 0 8 117 40 4D
Octal 320 236 352 13 40 0 10 427 100 115
Binary 11010000 10011110 11101010 1011 100000 0 1000 100010111 1000000 1001101

Color Harmonies of #D09EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09EEA

Black with #D09EEA

Text Example


Text Example

White with #D09EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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