Html Css Color HEX #D09DED Wisteria

📋 copy color: '#D09DED'

red 208 ◦ green 157 ◦ blue 237

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

Shades of Wisteria #D09DED

Tints of Wisteria #D09DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.37%

R = 34.55%
G = 26.08%
B = 39.37%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D09DED (or 0xD09DED) is known color: Wisteria. HEX triplet: D0, 9D and ED. RGB value is (208,157,237). Sum of RGB (Red+Green+Blue) = 208+157+237=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #D09DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09DED is #2F6212. Grayscale: #B5B5B5. Windows color (decimal): -3105299 or 15572432. OLE color: 15572432.

HSL color Cylindrical-coordinate representation of color #D09DED: hue angle of 278.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09DED is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 157 237 -
CMYK 0.12 0.34 0 0.07
HSL 278.25º 0.69% 0.77% -
HSV(B) 278.25º 0.34% 0.93% -
XYZ 53.36 43.64 85.73 -
YUV 181.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 208 157 237 0.12 0.34 0 0.07 278.25 0.69 0.77
Hex D0 9D ED C 22 0 7 116 45 4D
Octal 320 235 355 14 42 0 7 426 105 115
Binary 11010000 10011101 11101101 1100 100010 0 111 100010110 1000101 1001101

Color Harmonies of #D09DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DED

Black with #D09DED

Text Example


Text Example

White with #D09DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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