Html Css Color HEX #D096DD Wisteria

📋 copy color: '#D096DD'

red 208 ◦ green 150 ◦ blue 221

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

Shades of Wisteria #D096DD

Tints of Wisteria #D096DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 35.92%
G = 25.91%
B = 38.17%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D096DD (or 0xD096DD) is known color: Wisteria. HEX triplet: D0, 96 and DD. RGB value is (208,150,221). Sum of RGB (Red+Green+Blue) = 208+150+221=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #D096DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096DD is #2F6922. Grayscale: #AFAFAF. Windows color (decimal): -3107107 or 14522064. OLE color: 14522064.

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

Color convert

RGB 208 150 221 -
CMYK 0.06 0.32 0 0.13
HSL 289.01º 0.51% 0.73% -
HSV(B) 289.01º 0.32% 0.87% -
XYZ 49.97 40.44 73.58 -
YUV 175.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 208 150 221 0.06 0.32 0 0.13 289.01 0.51 0.73
Hex D0 96 DD 6 20 0 D 121 33 49
Octal 320 226 335 6 40 0 15 441 63 111
Binary 11010000 10010110 11011101 110 100000 0 1101 100100001 110011 1001001

Color Harmonies of #D096DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096DD

Black with #D096DD

Text Example


Text Example

White with #D096DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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