Html Css Color HEX #D197DD Wisteria

📋 copy color: '#D197DD'

red 209 ◦ green 151 ◦ blue 221

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

Shades of Wisteria #D197DD

Tints of Wisteria #D197DD

RGB

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

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

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

R = 35.97%
G = 25.99%
B = 38.04%

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

#D197DD (or 0xD197DD) is known color: Wisteria. HEX triplet: D1, 97 and DD. RGB value is (209,151,221). Sum of RGB (Red+Green+Blue) = 209+151+221=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D197DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197DD is #2E6822. Grayscale: #B0B0B0. Windows color (decimal): -3041315 or 14522321. OLE color: 14522321.

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

Color convert

RGB 209 151 221 -
CMYK 0.05 0.32 0 0.13
HSL 289.71º 0.51% 0.73% -
HSV(B) 289.71º 0.32% 0.87% -
XYZ 50.41 40.91 73.65 -
YUV 176.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 209 151 221 0.05 0.32 0 0.13 289.71 0.51 0.73
Hex D1 97 DD 5 20 0 D 122 33 49
Octal 321 227 335 5 40 0 15 442 63 111
Binary 11010001 10010111 11011101 101 100000 0 1101 100100010 110011 1001001

Color Harmonies of #D197DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D197DD

Black with #D197DD

Text Example


Text Example

White with #D197DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D197DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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