Html Css Color HEX #D09DDA Wisteria

📋 copy color: '#D09DDA'

red 208 ◦ green 157 ◦ blue 218

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

Shades of Wisteria #D09DDA

Tints of Wisteria #D09DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 35.68%
G = 26.93%
B = 37.39%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D09DDA (or 0xD09DDA) is known color: Wisteria. HEX triplet: D0, 9D and DA. RGB value is (208,157,218). Sum of RGB (Red+Green+Blue) = 208+157+218=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D09DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DDA is #2F6225. Grayscale: #B3B3B3. Windows color (decimal): -3105318 or 14327248. OLE color: 14327248.

HSL color Cylindrical-coordinate representation of color #D09DDA: hue angle of 290.16º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D09DDA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 157 218 -
CMYK 0.05 0.28 0 0.15
HSL 290.16º 0.45% 0.74% -
HSV(B) 290.16º 0.28% 0.85% -
XYZ 50.72 42.59 71.88 -
YUV 179.2 149.9 148.54 -
System Red Green Blue C M Y K H S L
Decimal 208 157 218 0.05 0.28 0 0.15 290.16 0.45 0.74
Hex D0 9D DA 5 1C 0 F 122 2D 4A
Octal 320 235 332 5 34 0 17 442 55 112
Binary 11010000 10011101 11011010 101 11100 0 1111 100100010 101101 1001010

Color Harmonies of #D09DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DDA

Black with #D09DDA

Text Example


Text Example

White with #D09DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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