Html Css Color HEX #D192E1 Wisteria

📋 copy color: '#D192E1'

red 209 ◦ green 146 ◦ blue 225

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

Shades of Wisteria #D192E1

Tints of Wisteria #D192E1

RGB

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

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

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

R = 36.03%
G = 25.17%
B = 38.79%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D192E1 (or 0xD192E1) is known color: Wisteria. HEX triplet: D1, 92 and E1. RGB value is (209,146,225). Sum of RGB (Red+Green+Blue) = 209+146+225=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #D192E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192E1 is #2E6D1E. Grayscale: #ADADAD. Windows color (decimal): -3042591 or 14783185. OLE color: 14783185.

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

Color convert

RGB 209 146 225 -
CMYK 0.07 0.35 0 0.12
HSL 287.85º 0.57% 0.73% -
HSV(B) 287.85º 0.35% 0.88% -
XYZ 50.16 39.55 76.22 -
YUV 173.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 209 146 225 0.07 0.35 0 0.12 287.85 0.57 0.73
Hex D1 92 E1 7 23 0 C 120 39 49
Octal 321 222 341 7 43 0 14 440 71 111
Binary 11010001 10010010 11100001 111 100011 0 1100 100100000 111001 1001001

Color Harmonies of #D192E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192E1

Black with #D192E1

Text Example


Text Example

White with #D192E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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