Html Css Color HEX #D09EDD Wisteria

📋 copy color: '#D09EDD'

red 208 ◦ green 158 ◦ blue 221

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

Shades of Wisteria #D09EDD

Tints of Wisteria #D09EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 35.43%
G = 26.92%
B = 37.65%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D09EDD (or 0xD09EDD) is known color: Wisteria. HEX triplet: D0, 9E and DD. RGB value is (208,158,221). Sum of RGB (Red+Green+Blue) = 208+158+221=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D09EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EDD is #2F6122. Grayscale: #B3B3B3. Windows color (decimal): -3105059 or 14524112. OLE color: 14524112.

HSL color Cylindrical-coordinate representation of color #D09EDD: hue angle of 287.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09EDD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 158 221 -
CMYK 0.06 0.29 0 0.13
HSL 287.62º 0.48% 0.74% -
HSV(B) 287.62º 0.29% 0.87% -
XYZ 51.29 43.08 74.02 -
YUV 180.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 208 158 221 0.06 0.29 0 0.13 287.62 0.48 0.74
Hex D0 9E DD 6 1D 0 D 120 30 4A
Octal 320 236 335 6 35 0 15 440 60 112
Binary 11010000 10011110 11011101 110 11101 0 1101 100100000 110000 1001010

Color Harmonies of #D09EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09EDD

Black with #D09EDD

Text Example


Text Example

White with #D09EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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