Html Css Color HEX #D19CDC Wisteria

📋 copy color: '#D19CDC'

red 209 ◦ green 156 ◦ blue 220

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

Shades of Wisteria #D19CDC

Tints of Wisteria #D19CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.67%

 BLUE value IS 220 (86.33% from 255) = 37.61%

R = 35.73%
G = 26.67%
B = 37.61%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D19CDC (or 0xD19CDC) is known color: Wisteria. HEX triplet: D1, 9C and DC. RGB value is (209,156,220). Sum of RGB (Red+Green+Blue) = 209+156+220=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #D19CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CDC is #2E6323. Grayscale: #B2B2B2. Windows color (decimal): -3040036 or 14458065. OLE color: 14458065.

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

Color convert

RGB 209 156 220 -
CMYK 0.05 0.29 0 0.14
HSL 289.69º 0.48% 0.74% -
HSV(B) 289.69º 0.29% 0.86% -
XYZ 51.1 42.5 73.22 -
YUV 179.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 209 156 220 0.05 0.29 0 0.14 289.69 0.48 0.74
Hex D1 9C DC 5 1D 0 E 122 30 4A
Octal 321 234 334 5 35 0 16 442 60 112
Binary 11010001 10011100 11011100 101 11101 0 1110 100100010 110000 1001010

Color Harmonies of #D19CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19CDC

Black with #D19CDC

Text Example


Text Example

White with #D19CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19CDC; }

 p { color: rgb(209,156,220); }

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

background-color css

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

 a { background-color: rgb(209,156,220); }

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

border-color css

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

 span { border-color: rgb(209,156,220); }

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