Html Css Color HEX #D192ED Wisteria

📋 copy color: '#D192ED'

red 209 ◦ green 146 ◦ blue 237

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

Shades of Wisteria #D192ED

Tints of Wisteria #D192ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 35.3%
G = 24.66%
B = 40.03%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D192ED (or 0xD192ED) is known color: Wisteria. HEX triplet: D1, 92 and ED. RGB value is (209,146,237). Sum of RGB (Red+Green+Blue) = 209+146+237=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #D192ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192ED is #2E6D12. Grayscale: #AEAEAE. Windows color (decimal): -3042579 or 15569617. OLE color: 15569617.

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

Color convert

RGB 209 146 237 -
CMYK 0.12 0.38 0 0.07
HSL 281.54º 0.72% 0.75% -
HSV(B) 281.54º 0.38% 0.93% -
XYZ 51.86 40.23 85.15 -
YUV 175.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 209 146 237 0.12 0.38 0 0.07 281.54 0.72 0.75
Hex D1 92 ED C 26 0 7 11A 48 4B
Octal 321 222 355 14 46 0 7 432 110 113
Binary 11010001 10010010 11101101 1100 100110 0 111 100011010 1001000 1001011

Color Harmonies of #D192ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192ED

Black with #D192ED

Text Example


Text Example

White with #D192ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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