Html Css Color HEX #D096EE Wisteria

📋 copy color: '#D096EE'

red 208 ◦ green 150 ◦ blue 238

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

Shades of Wisteria #D096EE

Tints of Wisteria #D096EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.93%

R = 34.9%
G = 25.17%
B = 39.93%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D096EE (or 0xD096EE) is known color: Wisteria. HEX triplet: D0, 96 and EE. RGB value is (208,150,238). Sum of RGB (Red+Green+Blue) = 208+150+238=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #D096EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096EE is #2F6911. Grayscale: #B1B1B1. Windows color (decimal): -3107090 or 15636176. OLE color: 15636176.

HSL color Cylindrical-coordinate representation of color #D096EE: hue angle of 279.55º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D096EE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 150 238 -
CMYK 0.13 0.37 0 0.07
HSL 279.55º 0.72% 0.76% -
HSV(B) 279.55º 0.37% 0.93% -
XYZ 52.35 41.4 86.12 -
YUV 177.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 208 150 238 0.13 0.37 0 0.07 279.55 0.72 0.76
Hex D0 96 EE D 25 0 7 118 48 4C
Octal 320 226 356 15 45 0 7 430 110 114
Binary 11010000 10010110 11101110 1101 100101 0 111 100011000 1001000 1001100

Color Harmonies of #D096EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096EE

Black with #D096EE

Text Example


Text Example

White with #D096EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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