Html Css Color HEX #D196DB Wisteria

📋 copy color: '#D196DB'

red 209 ◦ green 150 ◦ blue 219

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

Shades of Wisteria #D196DB

Tints of Wisteria #D196DB

RGB

 RED value IS 209 (82.03% from 255) = 36.16%

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

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 36.16%
G = 25.95%
B = 37.89%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D196DB (or 0xD196DB) is known color: Wisteria. HEX triplet: D1, 96 and DB. RGB value is (209,150,219). Sum of RGB (Red+Green+Blue) = 209+150+219=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #D196DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196DB is #2E6924. Grayscale: #AFAFAF. Windows color (decimal): -3041573 or 14390993. OLE color: 14390993.

HSL color Cylindrical-coordinate representation of color #D196DB: hue angle of 291.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D196DB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 150 219 -
CMYK 0.05 0.32 0 0.14
HSL 291.3º 0.49% 0.72% -
HSV(B) 291.3º 0.32% 0.86% -
XYZ 49.99 40.48 72.2 -
YUV 175.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 209 150 219 0.05 0.32 0 0.14 291.3 0.49 0.72
Hex D1 96 DB 5 20 0 E 123 31 48
Octal 321 226 333 5 40 0 16 443 61 110
Binary 11010001 10010110 11011011 101 100000 0 1110 100100011 110001 1001000

Color Harmonies of #D196DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196DB

Black with #D196DB

Text Example


Text Example

White with #D196DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196DB; }

 p { color: rgb(209,150,219); }

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

background-color css

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

 a { background-color: rgb(209,150,219); }

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

border-color css

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

 span { border-color: rgb(209,150,219); }

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