Html Css Color HEX #D096DF Wisteria

📋 copy color: '#D096DF'

red 208 ◦ green 150 ◦ blue 223

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

Shades of Wisteria #D096DF

Tints of Wisteria #D096DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.82%

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

R = 35.8%
G = 25.82%
B = 38.38%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D096DF (or 0xD096DF) is known color: Wisteria. HEX triplet: D0, 96 and DF. RGB value is (208,150,223). Sum of RGB (Red+Green+Blue) = 208+150+223=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #D096DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096DF is #2F6920. Grayscale: #AFAFAF. Windows color (decimal): -3107105 or 14653136. OLE color: 14653136.

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

Color convert

RGB 208 150 223 -
CMYK 0.07 0.33 0 0.13
HSL 287.67º 0.53% 0.73% -
HSV(B) 287.67º 0.33% 0.87% -
XYZ 50.24 40.55 74.99 -
YUV 175.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 208 150 223 0.07 0.33 0 0.13 287.67 0.53 0.73
Hex D0 96 DF 7 21 0 D 120 35 49
Octal 320 226 337 7 41 0 15 440 65 111
Binary 11010000 10010110 11011111 111 100001 0 1101 100100000 110101 1001001

Color Harmonies of #D096DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096DF

Black with #D096DF

Text Example


Text Example

White with #D096DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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