Html Css Color HEX #D196DD Wisteria

📋 copy color: '#D196DD'

red 209 ◦ green 150 ◦ blue 221

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

Shades of Wisteria #D196DD

Tints of Wisteria #D196DD

RGB

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

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

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

R = 36.03%
G = 25.86%
B = 38.1%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D196DD (or 0xD196DD) is known color: Wisteria. HEX triplet: D1, 96 and DD. RGB value is (209,150,221). Sum of RGB (Red+Green+Blue) = 209+150+221=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D196DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196DD is #2E6922. Grayscale: #AFAFAF. Windows color (decimal): -3041571 or 14522065. OLE color: 14522065.

HSL color Cylindrical-coordinate representation of color #D196DD: hue angle of 289.86º 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 #D196DD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 150 221 -
CMYK 0.05 0.32 0 0.13
HSL 289.86º 0.51% 0.73% -
HSV(B) 289.86º 0.32% 0.87% -
XYZ 50.25 40.59 73.59 -
YUV 175.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 209 150 221 0.05 0.32 0 0.13 289.86 0.51 0.73
Hex D1 96 DD 5 20 0 D 122 33 49
Octal 321 226 335 5 40 0 15 442 63 111
Binary 11010001 10010110 11011101 101 100000 0 1101 100100010 110011 1001001

Color Harmonies of #D196DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196DD

Black with #D196DD

Text Example


Text Example

White with #D196DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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