Html Css Color HEX #D09FDE Wisteria

📋 copy color: '#D09FDE'

red 208 ◦ green 159 ◦ blue 222

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

Shades of Wisteria #D09FDE

Tints of Wisteria #D09FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.69%

R = 35.31%
G = 26.99%
B = 37.69%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D09FDE (or 0xD09FDE) is known color: Wisteria. HEX triplet: D0, 9F and DE. RGB value is (208,159,222). Sum of RGB (Red+Green+Blue) = 208+159+222=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #D09FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FDE is #2F6021. Grayscale: #B4B4B4. Windows color (decimal): -3104802 or 14589904. OLE color: 14589904.

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

Color convert

RGB 208 159 222 -
CMYK 0.06 0.28 0 0.13
HSL 286.67º 0.49% 0.75% -
HSV(B) 286.67º 0.28% 0.87% -
XYZ 51.6 43.48 74.78 -
YUV 180.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 208 159 222 0.06 0.28 0 0.13 286.67 0.49 0.75
Hex D0 9F DE 6 1C 0 D 11F 31 4B
Octal 320 237 336 6 34 0 15 437 61 113
Binary 11010000 10011111 11011110 110 11100 0 1101 100011111 110001 1001011

Color Harmonies of #D09FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09FDE

Black with #D09FDE

Text Example


Text Example

White with #D09FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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