Html Css Color HEX #D09FDA Wisteria

📋 copy color: '#D09FDA'

red 208 ◦ green 159 ◦ blue 218

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

Shades of Wisteria #D09FDA

Tints of Wisteria #D09FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.18%

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

R = 35.56%
G = 27.18%
B = 37.26%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D09FDA (or 0xD09FDA) is known color: Wisteria. HEX triplet: D0, 9F and DA. RGB value is (208,159,218). Sum of RGB (Red+Green+Blue) = 208+159+218=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D09FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FDA is #2F6025. Grayscale: #B4B4B4. Windows color (decimal): -3104806 or 14327760. OLE color: 14327760.

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

Color convert

RGB 208 159 218 -
CMYK 0.05 0.27 0 0.15
HSL 289.83º 0.44% 0.74% -
HSV(B) 289.83º 0.27% 0.85% -
XYZ 51.07 43.27 71.99 -
YUV 180.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 208 159 218 0.05 0.27 0 0.15 289.83 0.44 0.74
Hex D0 9F DA 5 1B 0 F 122 2C 4A
Octal 320 237 332 5 33 0 17 442 54 112
Binary 11010000 10011111 11011010 101 11011 0 1111 100100010 101100 1001010

Color Harmonies of #D09FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09FDA

Black with #D09FDA

Text Example


Text Example

White with #D09FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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