Html Css Color HEX #D192E2 Wisteria

📋 copy color: '#D192E2'

red 209 ◦ green 146 ◦ blue 226

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

Shades of Wisteria #D192E2

Tints of Wisteria #D192E2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.13%

 BLUE value IS 226 (88.67% from 255) = 38.9%

R = 35.97%
G = 25.13%
B = 38.9%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D192E2 (or 0xD192E2) is known color: Wisteria. HEX triplet: D1, 92 and E2. RGB value is (209,146,226). Sum of RGB (Red+Green+Blue) = 209+146+226=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #D192E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192E2 is #2E6D1D. Grayscale: #ADADAD. Windows color (decimal): -3042590 or 14848721. OLE color: 14848721.

HSL color Cylindrical-coordinate representation of color #D192E2: hue angle of 287.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D192E2 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 146 226 -
CMYK 0.08 0.35 0 0.11
HSL 287.25º 0.58% 0.73% -
HSV(B) 287.25º 0.35% 0.89% -
XYZ 50.3 39.6 76.94 -
YUV 173.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 209 146 226 0.08 0.35 0 0.11 287.25 0.58 0.73
Hex D1 92 E2 8 23 0 B 11F 3A 49
Octal 321 222 342 10 43 0 13 437 72 111
Binary 11010001 10010010 11100010 1000 100011 0 1011 100011111 111010 1001001

Color Harmonies of #D192E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192E2

Black with #D192E2

Text Example


Text Example

White with #D192E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192E2; }

 p { color: rgb(209,146,226); }

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

background-color css

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

 a { background-color: rgb(209,146,226); }

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

border-color css

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

 span { border-color: rgb(209,146,226); }

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