Html Css Color HEX #D197DE Wisteria

📋 copy color: '#D197DE'

red 209 ◦ green 151 ◦ blue 222

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

Shades of Wisteria #D197DE

Tints of Wisteria #D197DE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.95%

 BLUE value IS 222 (87.11% from 255) = 38.14%

R = 35.91%
G = 25.95%
B = 38.14%

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

#D197DE (or 0xD197DE) is known color: Wisteria. HEX triplet: D1, 97 and DE. RGB value is (209,151,222). Sum of RGB (Red+Green+Blue) = 209+151+222=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #D197DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197DE is #2E6821. Grayscale: #B0B0B0. Windows color (decimal): -3041314 or 14587857. OLE color: 14587857.

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

Color convert

RGB 209 151 222 -
CMYK 0.06 0.32 0 0.13
HSL 289.01º 0.52% 0.73% -
HSV(B) 289.01º 0.32% 0.87% -
XYZ 50.55 40.96 74.35 -
YUV 176.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 209 151 222 0.06 0.32 0 0.13 289.01 0.52 0.73
Hex D1 97 DE 6 20 0 D 121 34 49
Octal 321 227 336 6 40 0 15 441 64 111
Binary 11010001 10010111 11011110 110 100000 0 1101 100100001 110100 1001001

Color Harmonies of #D197DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D197DE

Black with #D197DE

Text Example


Text Example

White with #D197DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D197DE; }

 p { color: rgb(209,151,222); }

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

background-color css

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

 a { background-color: rgb(209,151,222); }

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

border-color css

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

 span { border-color: rgb(209,151,222); }

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