Html Css Color HEX #D19DDD Wisteria

📋 copy color: '#D19DDD'

red 209 ◦ green 157 ◦ blue 221

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

Shades of Wisteria #D19DDD

Tints of Wisteria #D19DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.75%

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

R = 35.6%
G = 26.75%
B = 37.65%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D19DDD (or 0xD19DDD) is known color: Wisteria. HEX triplet: D1, 9D and DD. RGB value is (209,157,221). Sum of RGB (Red+Green+Blue) = 209+157+221=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D19DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DDD is #2E6222. Grayscale: #B3B3B3. Windows color (decimal): -3039779 or 14523857. OLE color: 14523857.

HSL color Cylindrical-coordinate representation of color #D19DDD: hue angle of 288.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19DDD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 157 221 -
CMYK 0.05 0.29 0 0.13
HSL 288.75º 0.48% 0.74% -
HSV(B) 288.75º 0.29% 0.87% -
XYZ 51.4 42.89 73.98 -
YUV 179.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 209 157 221 0.05 0.29 0 0.13 288.75 0.48 0.74
Hex D1 9D DD 5 1D 0 D 121 30 4A
Octal 321 235 335 5 35 0 15 441 60 112
Binary 11010001 10011101 11011101 101 11101 0 1101 100100001 110000 1001010

Color Harmonies of #D19DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DDD

Black with #D19DDD

Text Example


Text Example

White with #D19DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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