Html Css Color HEX #D086DF Wisteria

📋 copy color: '#D086DF'

red 208 ◦ green 134 ◦ blue 223

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

Shades of Wisteria #D086DF

Tints of Wisteria #D086DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.72%

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

R = 36.81%
G = 23.72%
B = 39.47%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D086DF (or 0xD086DF) is known color: Wisteria. HEX triplet: D0, 86 and DF. RGB value is (208,134,223). Sum of RGB (Red+Green+Blue) = 208+134+223=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #D086DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086DF is #2F7920. Grayscale: #A5A5A5. Windows color (decimal): -3111201 or 14649040. OLE color: 14649040.

HSL color Cylindrical-coordinate representation of color #D086DF: hue angle of 289.89º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D086DF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 134 223 -
CMYK 0.07 0.40 0 0.13
HSL 289.89º 0.58% 0.7% -
HSV(B) 289.89º 0.4% 0.87% -
XYZ 47.86 35.79 74.2 -
YUV 166.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 208 134 223 0.07 0.40 0 0.13 289.89 0.58 0.7
Hex D0 86 DF 7 28 0 D 122 3A 46
Octal 320 206 337 7 50 0 15 442 72 106
Binary 11010000 10000110 11011111 111 101000 0 1101 100100010 111010 1000110

Color Harmonies of #D086DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086DF

Black with #D086DF

Text Example


Text Example

White with #D086DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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