Html Css Color HEX #D19FE1 Wisteria

📋 copy color: '#D19FE1'

red 209 ◦ green 159 ◦ blue 225

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

Shades of Wisteria #D19FE1

Tints of Wisteria #D19FE1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.81%

 BLUE value IS 225 (88.28% from 255) = 37.94%

R = 35.24%
G = 26.81%
B = 37.94%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D19FE1 (or 0xD19FE1) is known color: Wisteria. HEX triplet: D1, 9F and E1. RGB value is (209,159,225). Sum of RGB (Red+Green+Blue) = 209+159+225=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #D19FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FE1 is #2E601E. Grayscale: #B5B5B5. Windows color (decimal): -3039263 or 14786513. OLE color: 14786513.

HSL color Cylindrical-coordinate representation of color #D19FE1: hue angle of 285.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D19FE1 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 159 225 -
CMYK 0.07 0.29 0 0.12
HSL 285.45º 0.52% 0.75% -
HSV(B) 285.45º 0.29% 0.88% -
XYZ 52.28 43.79 76.93 -
YUV 181.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 209 159 225 0.07 0.29 0 0.12 285.45 0.52 0.75
Hex D1 9F E1 7 1D 0 C 11D 34 4B
Octal 321 237 341 7 35 0 14 435 64 113
Binary 11010001 10011111 11100001 111 11101 0 1100 100011101 110100 1001011

Color Harmonies of #D19FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19FE1

Black with #D19FE1

Text Example


Text Example

White with #D19FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19FE1; }

 p { color: rgb(209,159,225); }

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

background-color css

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

 a { background-color: rgb(209,159,225); }

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

border-color css

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

 span { border-color: rgb(209,159,225); }

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