Html Css Color HEX #D192DE Wisteria

📋 copy color: '#D192DE'

red 209 ◦ green 146 ◦ blue 222

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

Shades of Wisteria #D192DE

Tints of Wisteria #D192DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.47%

R = 36.22%
G = 25.3%
B = 38.47%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D192DE (or 0xD192DE) is known color: Wisteria. HEX triplet: D1, 92 and DE. RGB value is (209,146,222). Sum of RGB (Red+Green+Blue) = 209+146+222=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #D192DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192DE is #2E6D21. Grayscale: #ADADAD. Windows color (decimal): -3042594 or 14586577. OLE color: 14586577.

HSL color Cylindrical-coordinate representation of color #D192DE: hue angle of 289.74º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D192DE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 146 222 -
CMYK 0.06 0.34 0 0.13
HSL 289.74º 0.54% 0.72% -
HSV(B) 289.74º 0.34% 0.87% -
XYZ 49.76 39.39 74.09 -
YUV 173.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 209 146 222 0.06 0.34 0 0.13 289.74 0.54 0.72
Hex D1 92 DE 6 22 0 D 122 36 48
Octal 321 222 336 6 42 0 15 442 66 110
Binary 11010001 10010010 11011110 110 100010 0 1101 100100010 110110 1001000

Color Harmonies of #D192DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192DE

Black with #D192DE

Text Example


Text Example

White with #D192DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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