Html Css Color HEX #D09FED Wisteria

📋 copy color: '#D09FED'

red 208 ◦ green 159 ◦ blue 237

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

Shades of Wisteria #D09FED

Tints of Wisteria #D09FED

RGB

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

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

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

R = 34.44%
G = 26.32%
B = 39.24%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D09FED (or 0xD09FED) is known color: Wisteria. HEX triplet: D0, 9F and ED. RGB value is (208,159,237). Sum of RGB (Red+Green+Blue) = 208+159+237=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #D09FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FED is #2F6012. Grayscale: #B6B6B6. Windows color (decimal): -3104787 or 15572944. OLE color: 15572944.

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

Color convert

RGB 208 159 237 -
CMYK 0.12 0.33 0 0.07
HSL 277.69º 0.68% 0.78% -
HSV(B) 277.69º 0.33% 0.93% -
XYZ 53.7 44.32 85.85 -
YUV 182.54 158.73 146.16 -
System Red Green Blue C M Y K H S L
Decimal 208 159 237 0.12 0.33 0 0.07 277.69 0.68 0.78
Hex D0 9F ED C 21 0 7 116 44 4E
Octal 320 237 355 14 41 0 7 426 104 116
Binary 11010000 10011111 11101101 1100 100001 0 111 100010110 1000100 1001110

Color Harmonies of #D09FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09FED

Black with #D09FED

Text Example


Text Example

White with #D09FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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