Html Css Color HEX #D09FDF Wisteria

📋 copy color: '#D09FDF'

red 208 ◦ green 159 ◦ blue 223

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

Shades of Wisteria #D09FDF

Tints of Wisteria #D09FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 35.25%
G = 26.95%
B = 37.8%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D09FDF (or 0xD09FDF) is known color: Wisteria. HEX triplet: D0, 9F and DF. RGB value is (208,159,223). Sum of RGB (Red+Green+Blue) = 208+159+223=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #D09FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FDF is #2F6020. Grayscale: #B4B4B4. Windows color (decimal): -3104801 or 14655440. OLE color: 14655440.

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

Color convert

RGB 208 159 223 -
CMYK 0.07 0.29 0 0.13
HSL 285.94º 0.5% 0.75% -
HSV(B) 285.94º 0.29% 0.87% -
XYZ 51.73 43.53 75.49 -
YUV 180.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 208 159 223 0.07 0.29 0 0.13 285.94 0.5 0.75
Hex D0 9F DF 7 1D 0 D 11E 32 4B
Octal 320 237 337 7 35 0 15 436 62 113
Binary 11010000 10011111 11011111 111 11101 0 1101 100011110 110010 1001011

Color Harmonies of #D09FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09FDF

Black with #D09FDF

Text Example


Text Example

White with #D09FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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