Html Css Color HEX #D09DDF Wisteria

📋 copy color: '#D09DDF'

red 208 ◦ green 157 ◦ blue 223

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

Shades of Wisteria #D09DDF

Tints of Wisteria #D09DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.7%

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 35.37%
G = 26.7%
B = 37.93%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D09DDF (or 0xD09DDF) is known color: Wisteria. HEX triplet: D0, 9D and DF. RGB value is (208,157,223). Sum of RGB (Red+Green+Blue) = 208+157+223=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #D09DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DDF is #2F6220. Grayscale: #B3B3B3. Windows color (decimal): -3105313 or 14654928. OLE color: 14654928.

HSL color Cylindrical-coordinate representation of color #D09DDF: hue angle of 286.36º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09DDF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 157 223 -
CMYK 0.07 0.30 0 0.13
HSL 286.36º 0.51% 0.75% -
HSV(B) 286.36º 0.3% 0.87% -
XYZ 51.39 42.85 75.37 -
YUV 179.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 208 157 223 0.07 0.30 0 0.13 286.36 0.51 0.75
Hex D0 9D DF 7 1E 0 D 11E 33 4B
Octal 320 235 337 7 36 0 15 436 63 113
Binary 11010000 10011101 11011111 111 11110 0 1101 100011110 110011 1001011

Color Harmonies of #D09DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DDF

Black with #D09DDF

Text Example


Text Example

White with #D09DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DDF; }

 p { color: rgb(208,157,223); }

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

background-color css

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

 a { background-color: rgb(208,157,223); }

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

border-color css

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

 span { border-color: rgb(208,157,223); }

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